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..e11d35c7 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,2 @@ -- 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 +DELETE FROM token_transfer WHERE deposit_id IS NOT NULL; \ No newline at end of file