Skip to content

Commit c9b87ed

Browse files
committed
refactor: remove deprecate well_construction_notes field
1 parent 2b0b8d2 commit c9b87ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

db/thing.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,6 @@ class Thing(
340340
# Full-text search vector
341341
search_vector = Column(TSVectorType("name"))
342342

343-
# for temporary backwards compatibility
344-
well_construction_notes = mapped_column(String(1000), nullable=True)
345-
346343
@property
347344
def current_location(self):
348345
"""

0 commit comments

Comments
 (0)