diff --git a/crates/erc20_payment_lib_common/migrations/20240422000000_clean_deposit_id.sql b/crates/erc20_payment_lib_common/migrations/20240422000000_clean_deposit_id.sql index c8f4378a..16b41215 100644 --- a/crates/erc20_payment_lib_common/migrations/20240422000000_clean_deposit_id.sql +++ b/crates/erc20_payment_lib_common/migrations/20240422000000_clean_deposit_id.sql @@ -1,2 +1 @@ --- Deposit id is interpreted as composite of deposit id and deposit contract address. -DELETE FROM token_transfer WHERE deposit_id IS NOT NULL; \ No newline at end of file +-- Deposit id is interpreted as composite of deposit id and deposit contract address. DELETE FROM token_transfer WHERE deposit_id IS NOT NULL; \ No newline at end of file