Skip to content

Commit

Permalink
update db script
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed May 15, 2022
1 parent 6977a53 commit c404cff
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion vitup/resources/vit_station/up.sql
Expand Up @@ -9,7 +9,17 @@ create table funds
voting_power_threshold BIGINT NOT NULL,
fund_start_time BIGINT NOT NULL,
fund_end_time BIGINT NOT NULL,
next_fund_start_time BIGINT NOT NULL
next_fund_start_time BIGINT NOT NULL,
insight_sharing_start BIGINT NOT NULL,
proposal_submission_start BIGINT NOT NULL,
refine_proposals_start BIGINT NOT NULL,
finalize_proposals_start BIGINT NOT NULL,
proposal_assessment_start BIGINT NOT NULL,
assessment_qa_start BIGINT NOT NULL,
snapshot_start BIGINT NOT NULL,
voting_start BIGINT NOT NULL,
voting_end BIGINT NOT NULL,
tallying_end BIGINT NOT NULL
);

create table proposals
Expand Down

0 comments on commit c404cff

Please sign in to comment.