3 lines
89 B
SQL
3 lines
89 B
SQL
ALTER TABLE `applications` DROP `app_status`;
|
|
DROP TABLE IF EXISTS `applications-state`;
|