mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-11 05:32:10 +00:00
3 lines
166 B
SQL
3 lines
166 B
SQL
-- 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;
|