Files
Aurora.3/SQL/migrate/V050__Remove_news_table.sql

7 lines
133 B
SQL

--
-- Drops the SQL table for news in lieu of using the forums.
--
DROP TABLE `ss13_news_stories`;
DROP TABLE `ss13_news_channels`;