boundary entries updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user