Skip to content

Commit 181ca38

Browse files
committed
fix: update network column to support starknet chain id (#558)
1 parent 2df80e6 commit 181ca38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CREATE TABLE proposals (
4141
created INT(11) NOT NULL,
4242
updated INT(11) DEFAULT NULL,
4343
space VARCHAR(64) NOT NULL,
44-
network VARCHAR(12) NOT NULL,
44+
network VARCHAR(24) NOT NULL,
4545
symbol VARCHAR(16) NOT NULL DEFAULT '',
4646
type VARCHAR(24) NOT NULL DEFAULT '',
4747
strategies JSON NOT NULL,

0 commit comments

Comments
 (0)