Skip to content

Commit

Permalink
Merge pull request #25 from G8XSU/longerKeys
Browse files Browse the repository at this point in the history
Allow Longer keys upto 600 chars
  • Loading branch information
G8XSU committed Sep 28, 2023
2 parents cb1159c + b0a8a69 commit 0a185d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE TABLE vss_db (
store_id character varying(120) NOT NULL CHECK (store_id <> ''),
key character varying(120) NOT NULL,
key character varying(600) NOT NULL,
value bytea NULL,
version bigint NOT NULL,
PRIMARY KEY (store_id, key)
Expand Down

0 comments on commit 0a185d8

Please sign in to comment.