api_2017_10_10_alter_api_problem.sql 160 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- Verify mimas-talos:api_2017_10_10_alter_api_problem on mysql BEGIN; -- XXX Add verifications here. SELECT `is_push` FROM `api_problem` limit 1; ROLLBACK;