Skip to content

Commit

Permalink
fix undecided_state2 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Jan 20, 2025
1 parent c573ea6 commit 5802184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/api/migrations/postgres/V501__epoch_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CREATE TABLE undecided_state2 (
-- update that there is only a single entry in this table: the latest known state.
id INT PRIMARY KEY,

leaves2 BYTEA NOT NULL,
leaves BYTEA NOT NULL,
state BYTEA NOT NULL
);

Expand Down

0 comments on commit 5802184

Please sign in to comment.