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,4 @@
USE emergency_tracker;
-- Update the admin user to have a default field
UPDATE users SET field = 'מטה' WHERE national_id = '123456782' AND is_admin = TRUE;