Skip to content

Commit

Permalink
fix: update source column length to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 26, 2024
1 parent bf0e843 commit c5fc1c1
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 @@ -155,7 +155,7 @@ CREATE TABLE statements (
statement TEXT,
network VARCHAR(24) NOT NULL DEFAULT 's',
discourse VARCHAR(64),
source VARCHAR(100) DEFAULT NULL,
source VARCHAR(24) DEFAULT NULL,
status VARCHAR(24) NOT NULL DEFAULT 'INACTIVE',
created INT(11) NOT NULL,
updated INT(11) NOT NULL,
Expand Down

0 comments on commit c5fc1c1

Please sign in to comment.