Making the new pinpoint client.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-29 18:11:55 -05:00
parent f92417d81d
commit 3ff6d38660
5 changed files with 14 additions and 3 deletions

View File

@@ -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'