mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -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) "
|
||||
"VALUES (:id, :valid_from, :rate, (SELECT id FROM provider_details WHERE identifier = 'mmg'))")),
|
||||
id=uuid.uuid4(),
|
||||
valid_from=datetime.utcnow(),
|
||||
valid_from=datetime(2016, 7, 1),
|
||||
rate=1.65
|
||||
)
|
||||
### end Alembic commands ###
|
||||
|
||||
Reference in New Issue
Block a user