mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-10 20:01:28 +00:00
3 lines
140 B
MySQL
3 lines
140 B
MySQL
|
|
-- Rollback: Clear backfilled data (run before dropping user_role_profiles)
|
||
|
|
DELETE FROM user_role_profiles WHERE created_at > '2024-04-15';
|