refactor: Clean up whitespace in User and Farmer models; remove unused soilType and soilPH fields from Farm model
This commit is contained in:
parent
f8f7f782ee
commit
aaf60a0a2a
|
|
@ -738,8 +738,6 @@ model Farm {
|
||||||
elevation Float? // meters above sea level
|
elevation Float? // meters above sea level
|
||||||
|
|
||||||
// Farm characteristics
|
// Farm characteristics
|
||||||
soilType String?
|
|
||||||
soilPH Float?
|
|
||||||
waterSource WaterSource?
|
waterSource WaterSource?
|
||||||
irrigationType IrrigationType?
|
irrigationType IrrigationType?
|
||||||
slope SlopeType?
|
slope SlopeType?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue