Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaptoss committed Jul 18, 2024
1 parent f8520e3 commit 118abbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/assets/migrations/002_index.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- +migrate Up

CREATE INDEX IF NOT EXISTS balances_status_index ON balances (status);
CREATE INDEX IF NOT EXISTS balances_nullifier_index ON balances (nullifier);
CREATE INDEX IF NOT EXISTS forms_status_index ON forms (status);
CREATE INDEX IF NOT EXISTS forms_nullifier_index ON forms (nullifier);

-- +migrate Down

0 comments on commit 118abbf

Please sign in to comment.