MIF_E31221222/sigap-website/prisma/data/excels/crimes
vergiLgood1 e422c59da9 Add crime data CSV files and update database schema
- Added crime summary by type CSV file with district-wise crime statistics.
- Added yearly crime data CSV file with detailed crime statistics per district and year.
- Modified the database schema to include a new column `source_type` in the `crimes` table and a new column `distance` in the `locations` table.
- Created migration to add `location_logs` table for tracking user location data with relevant fields and indices.
- Updated migration to drop the `distance` column and replace it with `distance_from_unit` in the `locations` table.
- Added additional migrations to drop and recreate the `location_logs` table, modify existing columns, and enforce new constraints in the `unit_statistics` and `units` tables.
2025-05-11 14:44:14 +07:00
..
crime_incident_monthly_by_type_detailed.csv Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
crime_incidents_rows.csv add some stuff 2025-04-27 22:41:27 +07:00
crime_monthly.csv feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data 2025-04-25 02:04:04 +07:00
crime_monthly_by_type.csv Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
crime_summary_by_type.csv Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
crime_yearly.csv feat: add initial data seeding for resources, roles, demographics, crime incidents, and geographic data 2025-04-25 02:04:04 +07:00
crime_yearly_by_type.csv Add crime data CSV files and update database schema 2025-05-11 14:44:14 +07:00
crimes_rows.csv add some stuff 2025-04-27 22:41:27 +07:00
district_summary_2020_2024.csv feat: enhance crime incidents seeder with year validation and import all-year summaries 2025-04-25 16:58:32 +07:00