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