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