mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 00:02:36 -05:00
Do not update the rate that doesn't change
This commit is contained in:
@@ -16,7 +16,6 @@ from alembic import op
|
|||||||
start = datetime(2018, 9, 30, 23, 0)
|
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, False, 'second'),
|
(uuid.uuid4(), start, 1, 0.30, False, 'second'),
|
||||||
(uuid.uuid4(), start, 2, 0.35, True, 'second'),
|
(uuid.uuid4(), start, 2, 0.35, True, 'second'),
|
||||||
(uuid.uuid4(), start, 2, 0.35, False, 'second'),
|
(uuid.uuid4(), start, 2, 0.35, False, 'second'),
|
||||||
|
|||||||
Reference in New Issue
Block a user