Make test did things.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2023-12-29 10:02:34 -05:00
parent 8461b336ca
commit 976d57b764

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'