Skip to content

Commit 921fb2a

Browse files
authored
fix: update network column to support starknet chain id (#1023)
1 parent 08f2c70 commit 921fb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/schema.sql

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

0 commit comments

Comments
 (0)