campingmontagut/revert/season_calendar.sql
jordi fita mas ea2fe8848b Add the season_calendar relation and table on the admin section
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.
2023-09-27 02:23:09 +02:00

8 lines
104 B
PL/PgSQL

-- Revert camper:season_calendar from pg
begin;
drop table if exists camper.season_calendar;
commit;