Skip to content

Commit

Permalink
readd user_data column for bw compat with very old dumps. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp authored Dec 14, 2022
1 parent ee1dde8 commit 060e27f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pgsodium",
"abstract": "Postgres extension for libsodium functions",
"description": "pgsodium is a PostgreSQL extension that exposes modern libsodium based cryptographic functions to SQL.",
"version": "3.1.3",
"version": "3.1.4",
"maintainer": [
"Michel Pelletier <[email protected]>"
],
Expand All @@ -13,7 +13,7 @@
"abstract": "Postgres extension for libsodium functions",
"file": "src/pgsodium.h",
"docfile": "README.md",
"version": "3.1.3"
"version": "3.1.4"
}
},
"prereqs": {
Expand Down
2 changes: 1 addition & 1 deletion pgsodium.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pgsodium extension
comment = 'Postgres extension for libsodium functions'
default_version = '3.1.3'
default_version = '3.1.4'
relocatable = false
schema = pgsodium
1 change: 1 addition & 0 deletions sql/pgsodium--3.1.3--3.1.4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE pgsodium.key ADD COLUMN user_data text; -- deprecated for b/w compat with <= 3.0.4

0 comments on commit 060e27f

Please sign in to comment.