8 lines
212 B
SQL
8 lines
212 B
SQL
-- Rollback: Remove LINK token from tokens table
|
|
-- Note: This only removes if it matches the exact address
|
|
|
|
DELETE FROM tokens
|
|
WHERE chain_id = 138
|
|
AND address = '0x514910771AF9Ca656af840dff83E8264EcF986CA';
|
|
|