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