Browse Source

Initial migration

Baptiste Jonglez 10 years ago
parent
commit
36ab54d92e
1 changed files with 26 additions and 0 deletions
  1. 26 0
      migrations/versions/213ec18f5d8_.py

+ 26 - 0
migrations/versions/213ec18f5d8_.py

@@ -0,0 +1,26 @@
+"""empty message
+
+Revision ID: 213ec18f5d8
+Revises: None
+Create Date: 2014-09-25 22:54:16.789649
+
+"""
+
+# revision identifiers, used by Alembic.
+revision = '213ec18f5d8'
+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 ###