Skip to content

Commit 0a185d8

Browse files
authored
Merge pull request #25 from G8XSU/longerKeys
Allow Longer keys upto 600 chars
2 parents cb1159c + b0a8a69 commit 0a185d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/vss/impl/postgres/sql/v0_create_vss_db.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CREATE TABLE vss_db (
22
store_id character varying(120) NOT NULL CHECK (store_id <> ''),
3-
key character varying(120) NOT NULL,
3+
key character varying(600) NOT NULL,
44
value bytea NULL,
55
version bigint NOT NULL,
66
PRIMARY KEY (store_id, key)

0 commit comments

Comments
 (0)