2018_10_26_add_videocover_table.sql 154 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 -- 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;