Skip to content

Commit

Permalink
Merge pull request #17 from adjust/documentation-update-for-pgxn
Browse files Browse the repository at this point in the history
Update META.json
  • Loading branch information
PerikAdjust authored Dec 4, 2023
2 parents fe40fcd + 2658218 commit 1fab692
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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
2 changes: 1 addition & 1 deletion currency.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# currency extension
comment = 'Custom PostgreSQL currency type'
default_version = '0.0.3'
default_version = '0.0.4'
relocatable = true
requires = 'plpgsql'
3 changes: 3 additions & 0 deletions sql/currency--0.0.3--0.0.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- currency 0.0.4
--
-- New version for update PGXN

0 comments on commit 1fab692

Please sign in to comment.