fix migrations order

This commit is contained in:
Cayo Puigdefabregas 2023-02-09 11:48:50 +01:00
parent 6b54521d50
commit 8efccf4f58
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
"""add vendor family in device """add vendor family in device
Revision ID: 564952310b17 Revision ID: 564952310b17
Revises: af038a8a388c Revises: 4b7f77f121bf
Create Date: 2022-11-14 13:12:22.916848 Create Date: 2022-11-14 13:12:22.916848
""" """
@ -11,7 +11,7 @@ from alembic import context, op
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '564952310b17' revision = '564952310b17'
down_revision = 'af038a8a388c' down_revision = '4b7f77f121bf'
branch_labels = None branch_labels = None
depends_on = None depends_on = None