diff --git a/src/main/resources/ch/zhaw/gartenverwaltung/io/plantdb.json b/src/main/resources/ch/zhaw/gartenverwaltung/io/plantdb.json index 04aca8f..3dda3a7 100644 --- a/src/main/resources/ch/zhaw/gartenverwaltung/io/plantdb.json +++ b/src/main/resources/ch/zhaw/gartenverwaltung/io/plantdb.json @@ -227,6 +227,11 @@ "measures": "Less water." } ], + "wateringCycle": { + "litersPerSqM": 0, + "interval": null, + "notes": [] + }, "lifecycle": [ { "startDate": "12-01", @@ -234,11 +239,7 @@ "type": "SOW", "zone": "ZONE_8A", "group": 0, - "wateringCycle": { - "litersPerSqM": 0, - "interval": null, - "notes": [] - }, + "taskTemplates": [ { "name": "Germinate", @@ -255,11 +256,6 @@ "type": "PLANT", "zone": "ZONE_8A", "group": 0, - "wateringCycle": { - "litersPerSqM": 25, - "interval": 7, - "notes": [] - }, "taskTemplates": [ { "name": "hilling", @@ -276,11 +272,6 @@ "type": "HARVEST", "zone": "ZONE_8A", "group": 0, - "wateringCycle": { - "litersPerSqM": 0, - "interval": null, - "notes": [] - }, "taskTemplates": [ { "name": "Harvest",