Skip to content

Commit

Permalink
fix: update sql schema for new space length in follows table (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Jun 4, 2024
1 parent 502a979 commit c74890a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CREATE TABLE follows (
id VARCHAR(66) NOT NULL,
ipfs VARCHAR(64) NOT NULL,
follower VARCHAR(64) NOT NULL,
space VARCHAR(64) NOT NULL,
space VARCHAR(100) NOT NULL,
network VARCHAR(24) NOT NULL DEFAULT 's',
created INT(11) NOT NULL,
PRIMARY KEY (follower, space, network),
Expand Down

0 comments on commit c74890a

Please sign in to comment.