jcloude/press/patches/v0_0_1/remove_period_from_plan.py

10 lines
202 B
Python

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