Skip to content

Commit

Permalink
Delete duplicate kaavatunnus field
Browse files Browse the repository at this point in the history
  • Loading branch information
msorvoja committed Aug 12, 2024
1 parent a4d4ed8 commit 2149480
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
1 change: 0 additions & 1 deletion database/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ class PlanObjectBase(PlanBase):
height_range: Mapped[numeric_range]
height_unit: Mapped[str] = mapped_column(nullable=True)
ordering: Mapped[Optional[int]] = mapped_column(index=True)
plan_identifier: Mapped[Optional[str]] # Kaavatunnus
type_of_underground_id: Mapped[uuid.UUID] = mapped_column(
ForeignKey("codes.type_of_underground.id", name="type_of_underground_id_fkey"),
index=True,
Expand Down

This file was deleted.

0 comments on commit 2149480

Please sign in to comment.