Reorder DB scripts after merge from master

This commit is contained in:
Martyn Inglis
2016-02-25 12:19:48 +00:00
parent a3a9d673a6
commit 34f2016b19
5 changed files with 6 additions and 7 deletions

View File

@@ -1,13 +1,13 @@
"""empty message
Revision ID: d98c7c20f1d4
Revision ID: 0023_add_sender
Revises: 0022_add_processing_dates
Create Date: 2016-02-24 17:18:21.942772
"""
# revision identifiers, used by Alembic.
revision = 'd98c7c20f1d4'
revision = '0023_add_sender'
down_revision = '0022_add_processing_dates'
from alembic import op