Skip to content

Commit

Permalink
fix migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR552 committed Nov 21, 2023
1 parent 7d3d3bb commit 50f5f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/pgstorage/migrations/0006.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- +migrate Up
ALTER TABLE mt.rht ADD primary key(key, deposit_id);
ALTER TABLE mt.root ADD primary key(deposit_id);
ALTER TABLE sync.token_wrapped ADD primary key(block_id);
ALTER TABLE sync.token_wrapped ADD primary key(network_id,orig_net,orig_token_addr);
DROP TABLE IF EXISTS mt.rht_temp;

CREATE INDEX IF NOT EXISTS claim_block_id ON sync.claim USING btree (block_id);
Expand Down

0 comments on commit 50f5f85

Please sign in to comment.