Skip to content

Commit

Permalink
chore: add new proposals columns
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack authored Nov 4, 2024
1 parent e2878fd commit aee1471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ CREATE TABLE proposals (
scores_by_strategy JSON NOT NULL,
scores_state VARCHAR(24) NOT NULL,
scores_total DECIMAL(64,30) NOT NULL,
scores_total_value DECIMAL(64,30) NOT NULL DEFAULT 0,
scores_updated INT(11) NOT NULL,
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 aee1471

Please sign in to comment.