mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
8 lines
191 B
SQL
Executable File
8 lines
191 B
SQL
Executable File
-- Drop content management tables
|
|
-- Migration: 017_create_content_tables.down.sql
|
|
|
|
DROP TABLE IF EXISTS media_assets;
|
|
DROP TABLE IF EXISTS announcements;
|
|
DROP TABLE IF EXISTS static_pages;
|
|
|