Skip to content

Commit

Permalink
Update sequencer/api/migrations/V11__timestamp_index.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Mathis <[email protected]>
  • Loading branch information
jbearer and sveitser authored Dec 12, 2023
1 parent 7a9b982 commit 4668ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencer/api/migrations/V11__timestamp_index.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE INDEX header_timesteamp ON header (((data->'timestamp')::bigint));
CREATE INDEX header_timestamp ON header (((data->'timestamp')::bigint));

0 comments on commit 4668ca0

Please sign in to comment.