feat: expose frappe.db.exists to Server Script
This commit is contained in:
parent
f0e7605b65
commit
1d9000fd85
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ def get_safe_globals():
|
|||
set_value = frappe.db.set_value,
|
||||
get_single_value = frappe.db.get_single_value,
|
||||
get_default = frappe.db.get_default,
|
||||
exists = frappe.db.exists,
|
||||
count = frappe.db.count,
|
||||
min = frappe.db.min,
|
||||
max = frappe.db.max,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue