Skip to content

Commit

Permalink
DB creation hotfix (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
elucherini authored Dec 24, 2024
1 parent 5268aba commit 879db9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/database/init_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
from backend.api.models.base import Base
from sqlalchemy import inspect
from backend.database.session import engine
from backend.api.models.addresses import Address
from backend.api.models.tsunami import TsunamiZone
from backend.api.models.landslide_zones import LandslideZone
from backend.api.models.seismic_hazard_zones import SeismicHazardZone
from backend.api.models.liquefaction_zones import LiquefactionZone
from backend.api.models.soft_story_properties import SoftStoryProperty


def init_db():
Expand Down

0 comments on commit 879db9f

Please sign in to comment.