2018_10_26_add_videocover_table.sql 154 Bytes
-- Verify mimas-talos:2018_10_26_add_videocover_table on mysql

BEGIN;

-- XXX Add verifications here.
select id from api_video_cover limit 1;

ROLLBACK;