8 lines
116 B
MySQL
8 lines
116 B
MySQL
|
-- Revert numerus:payment_account_bank from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists numerus.payment_account_bank;
|
||
|
|
||
|
commit;
|