BEGIN; DELETE FROM permissions WHERE code IN ('iam:client:read', 'iam:client:write'); DROP TABLE IF EXISTS oauth_clients; COMMIT;