From a3f5401e1f894947b8b0a1dbb0e46d79e047dd73 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 13 May 2021 17:27:19 +0200 Subject: [PATCH] fixing versions of alembic --- .../migrations/versions/21afd375a654_session_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/migrations/versions/21afd375a654_session_table.py b/ereuse_devicehub/migrations/versions/21afd375a654_session_table.py index 4e121731..97a50435 100644 --- a/ereuse_devicehub/migrations/versions/21afd375a654_session_table.py +++ b/ereuse_devicehub/migrations/versions/21afd375a654_session_table.py @@ -18,7 +18,7 @@ from ereuse_devicehub.resources.enums import SessionType # revision identifiers, used by Alembic. revision = '21afd375a654' -down_revision = '6a2a939d5668' +down_revision = '398826453b39' branch_labels = None depends_on = None comment_update = 'The last time Devicehub recorded a change for this thing.\n'