Skip to content

Commit

Permalink
Fix migration so it match deployed one
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Sep 9, 2024
1 parent f28a20a commit b25679a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-- Deposit id is interpreted as composite of deposit id and deposit contract address.DELETE FROM token_transfer WHERE deposit_id IS NOT NULL;
-- Deposit id is interpreted as composite of deposit id and deposit contract address.
DELETE FROM token_transfer WHERE deposit_id IS NOT NULL;

0 comments on commit b25679a

Please sign in to comment.