3 lines
89 B
SQL

ALTER TABLE `applications` DROP `app_status`;
DROP TABLE IF EXISTS `applications-state`;