api_2017_10_10_alter_api_problem.sql 160 Bytes
-- 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;