From 4e522ece4aba20f55387ac6ff9b4d8556e6ab802 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 9 Sep 2024 13:48:42 +0200 Subject: [PATCH] f --- .../migrations/20240422000000_clean_deposit_id.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 c11481ea..c8f4378a 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 +-- 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