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