summaryrefslogtreecommitdiff
path: root/migrations/versions/27880ab1f050_.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-07 15:45:59 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-06-07 15:45:59 +0200
commit4bcc561f545803db68b66a36f3daca3d46561c5f (patch)
tree8edbd1234578fe28d66403061f17dc7de50cab37 /migrations/versions/27880ab1f050_.py
parent649a7380123199171dcf511c35bb67726472a663 (diff)
downloadkosten-4bcc561f545803db68b66a36f3daca3d46561c5f.tar.gz
kosten-4bcc561f545803db68b66a36f3daca3d46561c5f.tar.bz2
kosten-4bcc561f545803db68b66a36f3daca3d46561c5f.zip
Remove 'migrations' until they are actually needed
Diffstat (limited to '')
-rw-r--r--migrations/versions/27880ab1f050_.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/migrations/versions/27880ab1f050_.py b/migrations/versions/27880ab1f050_.py
deleted file mode 100644
index c5a1903..0000000
--- a/migrations/versions/27880ab1f050_.py
+++ /dev/null
@@ -1,26 +0,0 @@
-"""empty message
-
-Revision ID: 27880ab1f050
-Revises: None
-Create Date: 2016-01-09 23:22:39.077931
-
-"""
-
-# revision identifiers, used by Alembic.
-revision = '27880ab1f050'
-down_revision = None
-
-from alembic import op
-import sqlalchemy as sa
-
-
-def upgrade():
- ### commands auto generated by Alembic - please adjust! ###
- pass
- ### end Alembic commands ###
-
-
-def downgrade():
- ### commands auto generated by Alembic - please adjust! ###
- pass
- ### end Alembic commands ###