This calendar is supposed to be edited by admin users, but do not yet have the complete JavaScript code to do so, thus for now i have made it read-only.
8 lines
104 B
PL/PgSQL
8 lines
104 B
PL/PgSQL
-- Revert camper:season_calendar from pg
|
|
|
|
begin;
|
|
|
|
drop table if exists camper.season_calendar;
|
|
|
|
commit;
|