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
|
||||
|
||||
// Farm characteristics
|
||||
soilType String?
|
||||
soilPH Float?
|
||||
waterSource WaterSource?
|
||||
irrigationType IrrigationType?
|
||||
slope SlopeType?
|
||||
|
|
|
|||
Loading…
Reference in New Issue