brotherton-erpnext/erpnext/patches/v14_0/setup_clear_repost_logs.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
190 B
Python
Raw Normal View History

2022-12-01 10:29:42 +00:00
# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
from erpnext.setup.install import setup_log_settings
def execute():
setup_log_settings()