Skip to content

Commit

Permalink
fix: fix: update schema to reflect new columns in proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Nov 4, 2024
1 parent bcb9441 commit 0898860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ CREATE TABLE proposals (
scores_state VARCHAR(24) NOT NULL,
scores_total DECIMAL(64,30) NOT NULL,
scores_updated INT(11) NOT NULL,
vp_usd decimal(64,30) NOT NULL DEFAULT '0.000000000000000000000000000000',
vp_eth decimal(64,30) NOT NULL DEFAULT '0.000000000000000000000000000000',
vp_value_by_strategy json NOT NULL,
votes INT(12) NOT NULL,
flagged INT NOT NULL DEFAULT 0,
PRIMARY KEY (id),
Expand Down

0 comments on commit 0898860

Please sign in to comment.