api_2017_10_10_alter_api_problem.sql 155 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- Revert mimas-talos:api_2017_10_10_alter_api_problem from mysql BEGIN; -- XXX Add DDLs here. ALTER TABLE `api_problem` DROP COLUMN `is_push`; COMMIT;