mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 09:12:06 -05:00
Make test did things.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -27,7 +27,8 @@ def upgrade():
|
|||||||
# select_by_val = service_id
|
# select_by_val = service_id
|
||||||
input_params = {"service_id": service_id}
|
input_params = {"service_id": service_id}
|
||||||
conn.execute(
|
conn.execute(
|
||||||
text("update services set name='Notify.gov' where id =:service_id"), input_params
|
text("update services set name='Notify.gov' where id =:service_id"),
|
||||||
|
input_params,
|
||||||
)
|
)
|
||||||
|
|
||||||
# table_name = 'services_history'
|
# table_name = 'services_history'
|
||||||
|
|||||||
Reference in New Issue
Block a user