-- Revert gm-face:add_table_user_hierarchy from mysql

BEGIN;

-- XXX Add DDLs here.
DROP TABLE api_user_event_log;
DROP TABLE api_user_growth_value;
DROP TABLE api_growth_task;

COMMIT;