8 lines
112 B
MySQL
8 lines
112 B
MySQL
|
-- Revert camper:payment_status_i18n from pg
|
||
|
|
||
|
begin;
|
||
|
|
||
|
drop table if exists camper.payment_status_i18n;
|
||
|
|
||
|
commit;
|