Initial commit
This commit is contained in:
5
scripts/update-admin-actions-v3.sql
Normal file
5
scripts/update-admin-actions-v3.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
USE emergency_tracker;
|
||||
|
||||
-- Update admin_actions table to support field resets
|
||||
ALTER TABLE admin_actions
|
||||
MODIFY COLUMN action_type ENUM('reset_all', 'reset_password', 'reset_team', 'reset_department', 'reset_field') NOT NULL;
|
||||
Reference in New Issue
Block a user