mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Update migration number and get rid of explicit UTC zoning therein
This commit is contained in:
@@ -1,20 +1,19 @@
|
|||||||
"""empty message
|
"""empty message
|
||||||
|
|
||||||
Revision ID: 0226_new_letter_rates
|
Revision ID: 0229_new_letter_rates
|
||||||
Revises: 0225_another_letter_org
|
Revises: 0228_notification_postage
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
revision = '0226_new_letter_rates'
|
revision = '0229_new_letter_rates'
|
||||||
down_revision = '0225_another_letter_org'
|
down_revision = '0228_notification_postage'
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import pytz
|
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from alembic import op
|
from alembic import op
|
||||||
|
|
||||||
|
|
||||||
start = datetime(2018, 10, 1, 0, 0, tzinfo=pytz.utc)
|
start = datetime(2018, 9, 30, 23, 0)
|
||||||
|
|
||||||
NEW_RATES = [
|
NEW_RATES = [
|
||||||
(uuid.uuid4(), start, 1, 0.30, True, 'second'),
|
(uuid.uuid4(), start, 1, 0.30, True, 'second'),
|
||||||
Reference in New Issue
Block a user