| Current Path : /var/www/html/drsa/backend/modules/contentCalendar/ |
| Current File : /var/www/html/drsa/backend/modules/contentCalendar/down.sql |
-- SQL SAMPLE DROP TABLE IF EXISTS `content_calendar`; DROP TABLE IF EXISTS `content_calendar_translation`; DELETE FROM `ref` WHERE cat='CALENDARSTATUS'; DELETE FROM `ref` WHERE cat='CALENDARDISPLAY'; DELETE FROM `ref` WHERE cat='CALENDARCATEGORY'; DELETE FROM `ref` WHERE cat='CALENDARLANGUAGE'; DELETE FROM `api` WHERE api_code='ContentCalendarList'; DELETE FROM `api` WHERE api_code='ContentCalendarDetails'; DELETE FROM `backend_menu` WHERE menu_name='Calendar'; DELETE FROM `route` WHERE name='/contentCalendar/content-calendar/index';