mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Set the start date for the new rate as July 1
This commit is contained in:
@@ -23,7 +23,7 @@ def upgrade():
|
|||||||
sa.sql.text(("INSERT INTO provider_rates (id, valid_from, rate, provider_id) "
|
sa.sql.text(("INSERT INTO provider_rates (id, valid_from, rate, provider_id) "
|
||||||
"VALUES (:id, :valid_from, :rate, (SELECT id FROM provider_details WHERE identifier = 'mmg'))")),
|
"VALUES (:id, :valid_from, :rate, (SELECT id FROM provider_details WHERE identifier = 'mmg'))")),
|
||||||
id=uuid.uuid4(),
|
id=uuid.uuid4(),
|
||||||
valid_from=datetime.utcnow(),
|
valid_from=datetime(2016, 7, 1),
|
||||||
rate=1.65
|
rate=1.65
|
||||||
)
|
)
|
||||||
### end Alembic commands ###
|
### end Alembic commands ###
|
||||||
|
|||||||
Reference in New Issue
Block a user