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