Skip to content

Commit

Permalink
[#71] Updated alembic_version to match the Alembic version hierarchy.
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Nov 18, 2024
1 parent 159f563 commit 7ce692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stalker/db/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
logger: logging.Logger = log.get_logger(__name__)

# TODO: Try to get it from the API (it was not working inside a package before)
alembic_version: str = "ec1eb2151bb9"
alembic_version: str = "e25ec9930632"


def setup(settings: Optional[Dict[str, Any]] = None) -> None:
Expand Down

0 comments on commit 7ce692b

Please sign in to comment.