| Current Path : /var/www/html/persada/backend/modules/contentVideo/ |
| Current File : /var/www/html/persada/backend/modules/contentVideo/down.sql |
-- SQL SAMPLE DROP TABLE IF EXISTS `content_video`; DROP TABLE IF EXISTS `content_video_translation`; DELETE FROM `ref` WHERE cat='VIDEOSTATUS'; DELETE FROM `ref` WHERE cat='VIDEOPAGE'; DELETE FROM `ref` WHERE cat='VIDEOCATEGORY'; DELETE FROM `ref` WHERE cat='VIDEOLANGUAGE'; DELETE FROM `api` WHERE api_code='ContentVideoList'; DELETE FROM `api` WHERE api_code='ContentVideoDetails'; DELETE FROM `backend_menu` WHERE menu_name='Video'; DELETE FROM `route` WHERE name='/contentVideo/content-video/index';