boundary entries updates

This commit is contained in:
Jake Kasper
2025-09-04 07:29:41 -05:00
parent a5d2cf3ca0
commit 9a1640af37
8 changed files with 607 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
-- Add capture method and metadata on lawn sections for provenance
ALTER TABLE lawn_sections
ADD COLUMN IF NOT EXISTS capture_method VARCHAR(20) CHECK (capture_method IN ('tap','gps_points','gps_trace')),
ADD COLUMN IF NOT EXISTS capture_meta JSONB;