mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
We want all python files related to the project to be checked, really. Some of which are still included, but migrations are a core part of FastAPI aurweb and should be included. Signed-off-by: Kevin Morris <kevr@0cost.org>
19 lines
273 B
Python
19 lines
273 B
Python
"""initial revision
|
|
|
|
Revision ID: f47cad5d6d03
|
|
Create Date: 2020-02-23 13:23:32.331396
|
|
|
|
"""
|
|
# revision identifiers, used by Alembic.
|
|
revision = "f47cad5d6d03"
|
|
down_revision = None
|
|
branch_labels = None
|
|
depends_on = None
|
|
|
|
|
|
def upgrade():
|
|
pass
|
|
|
|
|
|
def downgrade():
|
|
pass
|