handle code review feedback and merge from main

This commit is contained in:
Kenneth Kehl
2023-07-26 14:57:02 -07:00
21 changed files with 375 additions and 521 deletions

View File

@@ -23,7 +23,6 @@ def upgrade():
conn = op.get_bind()
results = conn.execute("select distinct job_id from notifications")
res = results.fetchall()
conn = op.get_bind()
for x in res:
if x.job_id:
input_params = {