-- Revert mimas-qa:api_2018_05_07_add_article_id from mysql

BEGIN;

ALTER TABLE `api_kolanswer` DROP COLUMN `article_id`;

COMMIT;