Update migration number and get rid of explicit UTC zoning therein

This commit is contained in:
Pea Tyczynska
2018-09-20 14:39:33 +01:00
parent 85e57025b2
commit 0c0166922c

View File

@@ -1,20 +1,19 @@
"""empty message
Revision ID: 0226_new_letter_rates
Revises: 0225_another_letter_org
Revision ID: 0229_new_letter_rates
Revises: 0228_notification_postage
"""
revision = '0226_new_letter_rates'
down_revision = '0225_another_letter_org'
revision = '0229_new_letter_rates'
down_revision = '0228_notification_postage'
import uuid
import pytz
from datetime import datetime
from alembic import op
start = datetime(2018, 10, 1, 0, 0, tzinfo=pytz.utc)
start = datetime(2018, 9, 30, 23, 0)
NEW_RATES = [
(uuid.uuid4(), start, 1, 0.30, True, 'second'),