jcloude/press/patches/v0_0_1/truncate_server_status_table.py
2025-12-23 19:56:26 +08:00

10 lines
200 B
Python

# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors
# For license information, please see license.txt
import jingrow
def execute():
jingrow.db.sql("TRUNCATE `tabServer Status`")