We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e468e commit 4bd6759Copy full SHA for 4bd6759
src/event-db/stage_data/dev/00001_fund14_event.sql
@@ -43,7 +43,7 @@ INSERT INTO event (
43
'2025-07-14 10:00:00', -- Proposal Assessment Start
44
'2025-07-14 10:00:00', -- Assessment QA Start
45
'2025-08-04 06:00:00', -- Voting Starts
46
- '2025-08-04 11:00:00', -- Voting Ends
+ '2025-08-04 12:00:00', -- Voting Ends
47
'2025-08-04 16:00:00', -- Tallying Ends
48
NULL, -- Block 0 Data
49
NULL, -- Block 0 Hash
@@ -75,4 +75,4 @@ SET name = EXCLUDED.name,
75
committee_size = EXCLUDED.committee_size,
76
committee_threshold = EXCLUDED.committee_threshold,
77
extra = EXCLUDED.extra,
78
- cast_to = EXCLUDED.cast_to;
+ cast_to = EXCLUDED.cast_to;
0 commit comments