Skip to content

Commit

Permalink
Merge pull request #146 from eoyilmaz/145-fix-alembic-version-in-dbsetup
Browse files Browse the repository at this point in the history
[#145] Fixed `stalker.db.setup.alembic_version` to point to the lates…
  • Loading branch information
eoyilmaz authored Dec 18, 2024
2 parents b307287 + 923bbe2 commit 93dbc60
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 = "a2007ad7f535"
alembic_version: str = "3be540ad3a93"


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

0 comments on commit 93dbc60

Please sign in to comment.