2018_05_09_alter_api_draft.sql 159 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- Verify mimas-talos:2018_05_09_alter_api_draft on mysql BEGIN; -- XXX Add verifications here. SELECT `operation_date` FROM `api_draft` limit 1; ROLLBACK;