Browse Source

Use date of merge for migration

Peter Justin 7 years ago
parent
commit
9cd8e0f1f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      migrations/201803012138_5945d8081a95_remove_conversations.py

+ 2 - 2
migrations/201802171925_5945d8081a95_remove_conversations.py → migrations/201803012138_5945d8081a95_remove_conversations.py

@@ -2,7 +2,7 @@
 
 Revision ID: 5945d8081a95
 Revises: af3f5579c84d
-Create Date: 2018-02-17 19:25:18.789610
+Create Date: 2018-03-01 21:38:34
 
 """
 from alembic import op
@@ -12,7 +12,7 @@ import sqlalchemy_utils
 
 # revision identifiers, used by Alembic.
 revision = '5945d8081a95'
-down_revision = 'af3f5579c84d'
+down_revision = '232e68a03aa2'
 branch_labels = ()
 depends_on = None