5 lines
87 B
SQL
5 lines
87 B
SQL
DROP UNIQUE INDEX uidx_banks_url;
|
|
DROP TRIGGER tg_banks_updated_at;
|
|
DROP TABLE banks;
|
|
|