Go to file
vergiLgood1 4b0bae1bcd feat: Implement migration and seeding for officers and patrol units
- Added migration to change primary key type for patrol_units and update foreign key constraints in officers table.
- Created seeder for officers, generating random data and ensuring each officer is linked to a patrol unit.
- Developed seeder for patrol units, including logic for generating patrol types, statuses, and locations based on police units.
- Enhanced Supabase triggers for user creation, updates, and deletions to handle officer-specific logic and maintain data integrity.
- Introduced GIS functions and triggers to calculate distances between locations and units, optimizing spatial queries.
2025-05-16 00:50:30 +07:00
.vscode add trigger for auth.users to custom public.user 2025-02-27 19:58:21 +07:00
sigap-website feat: Implement migration and seeding for officers and patrol units 2025-05-16 00:50:30 +07:00
README.md Update README.md 2025-03-03 23:17:57 +07:00

README.md

sigap-v