Skip to content

Commit

Permalink
drop index if exists
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Jan 9, 2025
1 parent ecf5050 commit 844bef1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ALTER TABLE user_transactions
DROP COLUMN IF EXISTS entry_function_contract_address,
DROP COLUMN IF EXISTS entry_function_module_name,
DROP COLUMN IF EXISTS entry_function_function_name;
DROP INDEX IF EXISTS user_transactions_contract_info_index;

0 comments on commit 844bef1

Please sign in to comment.