4 lines
166 B
MySQL
4 lines
166 B
MySQL
|
|
-- Rollback: Drop user_role_profiles table
|
||
|
|
-- WARNING: This will fail if data exists and FK constraints are in place
|
||
|
|
DROP TABLE IF EXISTS user_role_profiles CASCADE;
|