Skip to content

Commit a047ba1

Browse files
committed
add well depth units to sites table output
1 parent 944fdcc commit a047ba1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/record.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class SiteRecord(BaseRecord):
161161
"formation",
162162
"aquifer",
163163
"well_depth",
164+
"well_depth_units",
164165
)
165166

166167
defaults: dict = {
@@ -178,6 +179,7 @@ class SiteRecord(BaseRecord):
178179
"formation": "",
179180
"aquifer": "",
180181
"well_depth": None,
182+
"well_depth_units": FEET,
181183
}
182184

183185

0 commit comments

Comments
 (0)