-- Deploy mimas-talos:api_2017_10_10_alter_api_problem to mysql BEGIN; -- XXX Add DDLs here. alter table `api_problem` add column `is_push` bool NOT NULL; COMMIT;