mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -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
|
||||
input_params = {"service_id": service_id}
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user