Updated to using managed types instead of

hard coded ones.
This commit is contained in:
2026-01-16 17:48:46 +02:00
parent 14e6737a1d
commit 4defe33bd3
280 changed files with 48455 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
USE emergency_tracker;
-- Update admin_actions table to support team resets
ALTER TABLE admin_actions
MODIFY COLUMN action_type ENUM('reset_all', 'reset_password', 'reset_team') NOT NULL;