jcloude/press/patches/v0_0_1/remove_period_from_plan.py
2025-12-23 19:17:16 +08:00

10 lines
217 B
Python

# -*- coding: utf-8 -*-
# Copyright (c) 2021, Frappe and contributors
# For license information, please see license.txt
import frappe
def execute():
frappe.db.sql_ddl("ALTER TABLE `tabPlan` DROP COLUMN `period`")