diff --git a/backend/services/backlog.py b/backend/services/backlog.py index 7561084..1c65ef3 100644 --- a/backend/services/backlog.py +++ b/backend/services/backlog.py @@ -296,7 +296,7 @@ def convert_backlog_to_action( try: with conn.cursor(cursor_factory=RealDictCursor) as cur: cur.execute( - """ + f""" UPDATE backlog_items SET status = 'converted', converted_action_id = %s, diff --git a/backend/version.py b/backend/version.py index 6ec2e35..eebb605 100644 --- a/backend/version.py +++ b/backend/version.py @@ -1,3 +1,3 @@ -APP_VERSION = "0.16.1-ap1.9a" +APP_VERSION = "0.16.2-ap1.9a" DB_SCHEMA_VERSION = "014" APP_NAME = "jinkendo-kairo"