fix versions

This commit is contained in:
Cayo Puigdefabregas 2023-02-08 12:54:38 +01:00
parent 32dc4445e4
commit 6b54521d50
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"""add api_keys_dlt to user
Revision ID: 4b7f77f121bf
Revises: af038a8a388c
Revises: 8334535d56fa
Create Date: 2022-12-01 10:35:36.795035
"""
@ -11,7 +11,7 @@ from alembic import context, op
# revision identifiers, used by Alembic.
revision = '4b7f77f121bf'
down_revision = 'af038a8a388c'
down_revision = '8334535d56fa'
branch_labels = None
depends_on = None