3 lines
103 B
SQL
3 lines
103 B
SQL
-- Drop the site_settings table as it is replaced by site_contents
|
|
DROP TABLE IF EXISTS site_settings;
|