Skip to content

Commit

Permalink
Update META.json
Browse files Browse the repository at this point in the history
standardization of META.json with other extensions for deployment purposes
  • Loading branch information
PerikAdjust authored Nov 6, 2023
1 parent fe40fcd commit f393be1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "currency",
"abstract": "Enumerable currency list, stored in a single-byte, fixed-length type.",
"version": "0.0.3",
"maintainer": [ "Chris Travers <[email protected]>", "Manuel Kniep <[email protected]>" ],
"version": "0.0.4",
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"currency": {
"file": "sql/pg-currency.sql",
"version": "0.0.3",
"version": "0.0.4",
"abstract": "Enumerable currency list, stored in a single-byte, fixed-length type."
}
},
Expand All @@ -21,7 +23,7 @@
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
"PostgreSQL": "10.0.0"
}
}
},
Expand Down

0 comments on commit f393be1

Please sign in to comment.