Skip to content

Commit 060e27f

Browse files
authored
readd user_data column for bw compat with very old dumps. (#57)
1 parent ee1dde8 commit 060e27f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pgsodium",
33
"abstract": "Postgres extension for libsodium functions",
44
"description": "pgsodium is a PostgreSQL extension that exposes modern libsodium based cryptographic functions to SQL.",
5-
"version": "3.1.3",
5+
"version": "3.1.4",
66
"maintainer": [
77
"Michel Pelletier <pelletier.michel@gmail.com>"
88
],
@@ -13,7 +13,7 @@
1313
"abstract": "Postgres extension for libsodium functions",
1414
"file": "src/pgsodium.h",
1515
"docfile": "README.md",
16-
"version": "3.1.3"
16+
"version": "3.1.4"
1717
}
1818
},
1919
"prereqs": {

pgsodium.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pgsodium extension
22
comment = 'Postgres extension for libsodium functions'
3-
default_version = '3.1.3'
3+
default_version = '3.1.4'
44
relocatable = false
55
schema = pgsodium

sql/pgsodium--3.1.3--3.1.4.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE pgsodium.key ADD COLUMN user_data text; -- deprecated for b/w compat with <= 3.0.4

0 commit comments

Comments
 (0)