2020_03_23_alert_api_topicreply.sql 157 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- Revert mimas-talos:2020_03_23_alert_api_topicreply from mysql BEGIN; -- XXX Add DDLs here. ALTER TABLE `api_topicreply` DROP COLUMN `is_fake`; COMMIT;