..
20250421113117_remote_schema.sql
feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
2025-04-25 02:04:04 +07:00
20250421114454_add_prisma_user.sql
feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
2025-04-25 02:04:04 +07:00
20250421115005_remote_schema.sql
Refactor database privileges and schema management
2025-05-05 23:39:01 +07:00
20250421115206_grant_privileges_to_prisma.sql
feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
2025-04-25 02:04:04 +07:00
20250424033411_grant_deafult_previleges.sql
feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
2025-04-25 02:04:04 +07:00
20250424180834_grant_deafult_previleges_again.sql
feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data
2025-04-25 02:04:04 +07:00
20250505150200_remote_schema.sql
Refactor database privileges and schema management
2025-05-05 23:39:01 +07:00
20250505150857_remote_schema.sql
Refactor database privileges and schema management
2025-05-05 23:39:01 +07:00
20250505161323_remote_schema.sql
Refactor seeding scripts to utilize generateIdWithDbCounter for unique ID generation across crime categories, incidents, and units. Implement a new utility function for generating distributed points within district areas to enhance incident location variability. Comment out unnecessary type drops and creations in SQL migration files for clarity. Add migration scripts to drop and re-add the phone field in the units table, ensuring data integrity during schema updates.
2025-05-06 01:21:04 +07:00
20250506125310_remote_schema.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506125549_add_new_function.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506132018_add_new_gis_function.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506142627_drop_and_restore.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506142701_remote_schema.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506143002_drop_and_restore.sql
Refactor GeoJSON seeder to insert data in smaller batches to prevent timeouts; added chunking logic and improved error handling. Update permission seeder to batch create permissions for roles and resources. Optimize unit seeder to prepare and insert unit data in bulk, enhancing performance. Adjust Supabase configuration for local development and modify migration scripts to restore GIS functions and types.
2025-05-06 21:37:28 +07:00
20250506143054_remote_schema.sql
Add crime data CSV files and update database schema
2025-05-11 14:44:14 +07:00
20250510020227_add_model_location_logs.sql
Add crime data CSV files and update database schema
2025-05-11 14:44:14 +07:00
20250511100547_add_triger_and_function.sql
feat: Add crime data JSON and district center data for crime incidents
2025-05-12 08:17:26 +07:00