Rebase off master

This commit is contained in:
Imdad Ahad
2017-04-26 11:31:58 +01:00
parent 26b35c5d15
commit 014a29170c

View File

@@ -1,14 +1,14 @@
"""empty message """empty message
Revision ID: 0076_add_intl_notification Revision ID: 0077_add_intl_notification
Revises: 0075_create_rates_table Revises: 0076_add_intl_flag_to_provider
Create Date: 2017-04-25 11:34:43.229494 Create Date: 2017-04-25 11:34:43.229494
""" """
# revision identifiers, used by Alembic. # revision identifiers, used by Alembic.
revision = '0076_add_intl_notification' revision = '0077_add_intl_notification'
down_revision = '0075_create_rates_table' down_revision = '0076_add_intl_flag_to_provider'
from alembic import op from alembic import op
import sqlalchemy as sa import sqlalchemy as sa