Skip to content

Commit

Permalink
UNDO to fix database
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaraphael committed Nov 18, 2023
1 parent 4e9af31 commit a2f75d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions alembic/versions/5e03ce584f3c_add_eez.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_eez_from_url(

def upgrade() -> None:
"""Add eez"""
return
bind = op.get_bind()
session = orm.Session(bind=bind)

Expand Down
1 change: 1 addition & 0 deletions alembic/versions/c0bd1215a3ca_add_iho.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def get_iho_from_url(

def upgrade() -> None:
"""Add iho"""
return
bind = op.get_bind()
session = orm.Session(bind=bind)

Expand Down
1 change: 1 addition & 0 deletions alembic/versions/f9b7166c86b7_add_mpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def get_mpa_from_url(

def upgrade() -> None:
"""Add mpa"""
return
bind = op.get_bind()
session = orm.Session(bind=bind)

Expand Down

0 comments on commit a2f75d8

Please sign in to comment.