We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bddd1a commit 6193eddCopy full SHA for 6193edd
apps/common/event/__init__.py
@@ -9,6 +9,7 @@
9
import setting.models
10
from setting.models import Model
11
from .listener_manage import *
12
+from common.db.sql_execute import update_execute
13
14
update_document_status_sql = """
15
UPDATE "public"."document"
0 commit comments