reformatting after rebase
This commit is contained in:
parent
2eb710b83b
commit
4f2d178ddd
@ -5,13 +5,12 @@ Revises: 5c5375de15fd
|
|||||||
Create Date: 2022-05-10 12:36:57.139209
|
Create Date: 2022-05-10 12:36:57.139209
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
from alembic import op
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'a46974a623b3'
|
revision = "a46974a623b3"
|
||||||
down_revision = '5c5375de15fd'
|
down_revision = "5c5375de15fd"
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
@ -5,13 +5,12 @@ Revises: a46974a623b3
|
|||||||
Create Date: 2022-05-10 12:37:25.275799
|
Create Date: 2022-05-10 12:37:25.275799
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from alembic import op
|
|
||||||
import sqlalchemy as sa
|
import sqlalchemy as sa
|
||||||
|
from alembic import op
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'c77f5db6105e'
|
revision = "c77f5db6105e"
|
||||||
down_revision = 'a46974a623b3'
|
down_revision = "a46974a623b3"
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user