aboutsummaryrefslogtreecommitdiffstats
path: root/alembic/versions/4d293b37634c_initial_migration.py
blob: e78a0b49c1b6246882dc57c325cb3731ae9ed6be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
"""
initial migration.

Revision ID: 4d293b37634c
Revises:
Create Date: 2020-08-25 03:09:13.565389

"""


# revision identifiers, used by Alembic.
revision = "4d293b37634c"
down_revision = None
branch_labels = None
depends_on = None


def upgrade() -> None:
    """Apply the current migration."""
    # ### commands auto generated by Alembic - please adjust! ###
    # ### end Alembic commands ###


def downgrade() -> None:
    """Revert the current migration."""