MIF_E31221222/sigap-website/app/_components/map/layers
vergiLgood1 0747897fc7 Refactor database privileges and schema management
- Created migration scripts to manage the 'prisma' role and its privileges across various schemas including 'public', 'gis', 'auth', and 'storage'.
- Added explicit grants for all necessary tables, sequences, and functions to ensure the 'prisma' role has appropriate access.
- Implemented triggers for user management in the 'auth' schema to handle new user creation, updates, and deletions.
- Established default privileges for future objects in the specified schemas to streamline permission management.
- Updated remote schema management scripts to include grants for 'postgres' on specific tables and functions.
- Dropped and recreated types in the 'gis' schema to ensure proper structure and functionality.
2025-05-05 23:39:01 +07:00
..
cluster-layer.tsx feat: add heatmap layer and enhance clustering functionality in map layers 2025-05-05 06:47:59 +07:00
district-extrusion-layer.tsx feat: enhance district layer interactions and animations for improved user experience 2025-05-05 05:49:50 +07:00
district-layer-old.tsx feat: add heatmap layer and enhance clustering functionality in map layers 2025-05-05 06:47:59 +07:00
district-layer.tsx feat: Add timeline and units layers to the map component 2025-05-05 10:38:11 +07:00
heatmap-layer.tsx feat: Enhance heatmap and timeline layers with new data handling and filtering options 2025-05-05 11:11:11 +07:00
layers.tsx Refactor database privileges and schema management 2025-05-05 23:39:01 +07:00
timeline-layer.tsx feat: Enhance heatmap and timeline layers with new data handling and filtering options 2025-05-05 11:11:11 +07:00
uncluster-layer.tsx refactor: refactor district layer 2025-05-05 05:15:05 +07:00
units-layer.tsx Refactor database privileges and schema management 2025-05-05 23:39:01 +07:00