migrations/01_bwd_add_roles_permissions.sql

-- remove permission and role tables

DROP TABLE IF EXISTS permission;
DROP TABLE IF EXISTS role;