Skip to content

Commit

Permalink
fix: Increase statements id length (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jun 17, 2024
1 parent 59fe38d commit 452c86f
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 @@ -147,7 +147,7 @@ CREATE TABLE users (
);

CREATE TABLE statements (
id VARCHAR(64) NOT NULL,
id VARCHAR(66) NOT NULL,
ipfs VARCHAR(64) NOT NULL,
delegate VARCHAR(64) NOT NULL,
space VARCHAR(64) NOT NULL,
Expand Down

0 comments on commit 452c86f

Please sign in to comment.