Skip to content

Commit

Permalink
added well_status to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamoonmoon committed Jul 24, 2024
1 parent 0219a4b commit a0c2264
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
well_tag_number,
aquifer_id,
artesian_flow > 0 AS artesian,
well_status,
street_address,
identification_plate_number,
ems,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
well_tag_number,
aquifer_id,
artesian_flow > 0 AS artesian,
well_status,
street_address,
identification_plate_number,
ems,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
well_tag_number,
aquifer_id,
artesian_flow > 0 AS artesian,
well_status,
street_address,
identification_plate_number,
observation_well_number,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
well_tag_number,
aquifer_id,
artesian_conditions AS artesian,
well_status,
street_address,
identification_plate_number,
observation_well_number,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
well_tag_number,
aquifer_id,
artesian_conditions AS artesian,
well_status,
COALESCE
(hydraulic_conductivity::text, transmissivity::text, storativity::text)
IS NOT NULL
Expand All @@ -32,6 +33,7 @@
well_tag_number,
aquifer_id,
artesian_conditions AS artesian,
well_status,
street_address,
identification_plate_number,
observation_well_number,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
well_tag_number,
aquifer_id,
artesian_conditions AS artesian,
well_status,
COALESCE
(hydraulic_conductivity::text, transmissivity::text, storativity::text)
IS NOT NULL
Expand Down

0 comments on commit a0c2264

Please sign in to comment.