Skip to content

Commit

Permalink
Change key length to 600char in tests.
Browse files Browse the repository at this point in the history
This is to reflect changes from lightningdevkit#25 in tests.
  • Loading branch information
G8XSU committed Jul 29, 2024
1 parent 19344ac commit 512c70f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void destroy() throws Exception {
private void createTable(DSLContext dslContext) {
dslContext.execute("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,"
+ "created_at TIMESTAMP WITH TIME ZONE,"
Expand Down

0 comments on commit 512c70f

Please sign in to comment.