Skip to content

Commit 4bd6759

Browse files
committed
update tims
1 parent 90e468e commit 4bd6759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/event-db/stage_data/dev/00001_fund14_event.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ INSERT INTO event (
4343
'2025-07-14 10:00:00', -- Proposal Assessment Start
4444
'2025-07-14 10:00:00', -- Assessment QA Start
4545
'2025-08-04 06:00:00', -- Voting Starts
46-
'2025-08-04 11:00:00', -- Voting Ends
46+
'2025-08-04 12:00:00', -- Voting Ends
4747
'2025-08-04 16:00:00', -- Tallying Ends
4848
NULL, -- Block 0 Data
4949
NULL, -- Block 0 Hash
@@ -75,4 +75,4 @@ SET name = EXCLUDED.name,
7575
committee_size = EXCLUDED.committee_size,
7676
committee_threshold = EXCLUDED.committee_threshold,
7777
extra = EXCLUDED.extra,
78-
cast_to = EXCLUDED.cast_to;
78+
cast_to = EXCLUDED.cast_to;

0 commit comments

Comments
 (0)