Tonne of debugging - getting ready for the production builds

This commit is contained in:
2026-02-16 10:44:18 -07:00
parent a77306fac2
commit 7895ce683e
1367 changed files with 404191 additions and 2005 deletions

View File

@@ -0,0 +1,4 @@
-- AlterEnum: Add GOOGLE to GeocodeProvider enum
-- This enables Google Maps API integration for Phase 2 geocoding improvements
ALTER TYPE "GeocodeProvider" ADD VALUE IF NOT EXISTS 'GOOGLE' BEFORE 'MAPBOX';