Skip to content

Commit

Permalink
add aggregate proof
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Feb 2, 2024
1 parent d24f262 commit 2257541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
DROP INDEX IF EXISTS transactions_l1_batch_number_idx;
DROP INDEX IF EXISTS aggregated_proof_from_l1_batch_index;
DROP INDEX IF EXISTS aggregated_proof_to_l1_batch_index;
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
CREATE INDEX IF NOT EXISTS transactions_l1_batch_number_idx ON transactions (l1_batch_number);
CREATE INDEX IF NOT EXISTS aggregated_proof_from_l1_batch_index ON aggregated_proof (from_block_number);
CREATE INDEX IF NOT EXISTS aggregated_proof_to_l1_batch_index ON aggregated_proof (to_block_number);

0 comments on commit 2257541

Please sign in to comment.