watering 2
This commit is contained in:
6
database/migrations/V12__watering_point_heading.sql
Normal file
6
database/migrations/V12__watering_point_heading.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Add heading for sprinkler sectors on watering plan points
|
||||
ALTER TABLE watering_plan_points
|
||||
ADD COLUMN IF NOT EXISTS sprinkler_heading_degrees INTEGER;
|
||||
|
||||
SELECT 'Added sprinkler_heading_degrees to watering_plan_points' as migration_status;
|
||||
|
||||
Reference in New Issue
Block a user