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