Browse Source

Move import to the top

Peter Justin 8 years ago
parent
commit
ddc9d6ec27

+ 3 - 3
migrations/127be3fb000_added_m2m_forumgroups_table.py

@@ -7,12 +7,12 @@ Create Date: 2015-04-08 22:25:52.809557
 """
 
 # revision identifiers, used by Alembic.
-revision = '127be3fb000'
-down_revision = '514ca0a3282c'
-
 from alembic import op
 import sqlalchemy as sa
 
+revision = '127be3fb000'
+down_revision = '514ca0a3282c'
+
 
 def upgrade():
     ### commands auto generated by Alembic - please adjust! ###

+ 3 - 3
migrations/221d918aa9f0_add_user_authentication_infos.py

@@ -7,12 +7,12 @@ Create Date: 2016-06-06 13:45:52.915050
 """
 
 # revision identifiers, used by Alembic.
-revision = '221d918aa9f0'
-down_revision = '127be3fb000'
-
 from alembic import op
 import sqlalchemy as sa
 
+revision = '221d918aa9f0'
+down_revision = '127be3fb000'
+
 
 def upgrade():
     # has no effect on other DBMS

+ 3 - 3
migrations/514ca0a3282c_private_messages.py

@@ -7,13 +7,13 @@ Create Date: 2015-03-22 21:57:57.444251
 """
 
 # revision identifiers, used by Alembic.
-revision = '514ca0a3282c'
-down_revision = '8ad96e49dc6'
-
 from alembic import op
 import sqlalchemy as sa
 import sqlalchemy_utils
 
+revision = '514ca0a3282c'
+down_revision = '8ad96e49dc6'
+
 
 def upgrade():
     ### commands auto generated by Alembic - please adjust! ###

+ 3 - 4
migrations/d87cea4e995d_remove_timezone_info_from_birthday_field.py

@@ -7,14 +7,13 @@ Create Date: 2016-11-19 09:19:28.000276
 """
 
 # revision identifiers, used by Alembic.
-revision = 'd87cea4e995d'
-down_revision = 'd9530a529b3f'
-
-
 from alembic import op
 import sqlalchemy as sa
 import flaskbb
 
+revision = 'd87cea4e995d'
+down_revision = 'd9530a529b3f'
+
 
 def upgrade():
     # user/models.py