Skip to content

Commit 1fba237

Browse files
temp!
Signed-off-by: Alexandros Filios <alexandros.filios@ibm.com>
1 parent 3db411b commit 1fba237

File tree

1 file changed

+3
-3
lines changed
  • platform/view/services/db/driver/sql/postgres

1 file changed

+3
-3
lines changed

platform/view/services/db/driver/sql/postgres/vault.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ func (db *VaultPersistence) CreateSchema() error {
113113
CREATE TABLE IF NOT EXISTS %s (
114114
ns TEXT NOT NULL,
115115
pkey TEXT NOT NULL,
116-
val BYTEA DEFAULT '',
117-
kversion BYTEA DEFAULT '',
118-
metadata BYTEA DEFAULT '',
116+
val BYTEA,
117+
kversion BYTEA,
118+
metadata BYTEA,
119119
PRIMARY KEY (pkey, ns)
120120
);`, db.tables.StatusTable, driver.Unknown, db.tables.StatusTable, db.tables.StatusTable,
121121
db.tables.StateTable,

0 commit comments

Comments
 (0)