修改表名
This commit is contained in:
@@ -702,7 +702,7 @@ class DbnRepository:
|
|||||||
"""
|
"""
|
||||||
import json
|
import json
|
||||||
sql = """
|
sql = """
|
||||||
INSERT INTO inference_result (event_type, occurred_time, operation_type, condition, result)
|
INSERT INTO xian_inference_result (event_type, occurred_time, operation_type, condition, result)
|
||||||
VALUES (%s, %s, %s, %s::jsonb, %s::jsonb)
|
VALUES (%s, %s, %s, %s::jsonb, %s::jsonb)
|
||||||
RETURNING id
|
RETURNING id
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user