Skip to content

Commit

Permalink
Merge pull request #4162 from UdeshAthukorala/postgress-fix
Browse files Browse the repository at this point in the history
Fix the incorrect datatype in postgres database script
  • Loading branch information
darshanasbg authored Dec 20, 2024
2 parents 5bc8eb7 + 0c7e7b5 commit 115730f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/kernel/carbon-home/dbscripts/postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ CREATE TABLE KEY_STORE (
PASSWORD VARCHAR(1000),
PRIVATE_KEY_ALIAS VARCHAR(255),
PRIVATE_KEY_PASS VARCHAR(1000),
CONTENT LONGBLOB NOT NULL,
CONTENT BYTEA NOT NULL,
PUB_CERT_ID VARCHAR(36),
TENANT_ID INTEGER NOT NULL,
VERSION VARCHAR(15) NOT NULL,
Expand Down

0 comments on commit 115730f

Please sign in to comment.