Skip to content

Commit

Permalink
restore migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoykov committed Nov 1, 2023
1 parent db2c6a1 commit 476a69b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/scheme/010-nft-uniq-id.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ CREATE INDEX marketplace_nft_buy_history_uniq_id_index ON marketplace_nft_buy_hi
CREATE INDEX nft_transfer_history_uniq_id_index ON nft_transfer_history (uniq_id);
CREATE INDEX nft_nft_uniq_id_index ON nft_nft (uniq_id);
CREATE INDEX marketplace_nft_uniq_id_index ON marketplace_nft (uniq_id);

DELETE FROM workers_storage WHERE key = 'migrate_nfts_worker_nft_migrate_current_height';
DELETE FROM workers_storage WHERE key = 'migrate_nfts_worker_nft_migrate_until_height';

0 comments on commit 476a69b

Please sign in to comment.