patch: create email template custom fields

This commit is contained in:
Shariq Ansari 2024-01-26 20:55:02 +05:30
parent 945d657be6
commit e47b39e17e
3 changed files with 7 additions and 1 deletions

View File

@ -3,4 +3,5 @@
# Read docs to understand patches: https://frappeframework.com/docs/v14/user/en/database-migrations
[post_model_sync]
# Patches added in this section will be executed after doctypes are migrated
# Patches added in this section will be executed after doctypes are migrated
crm.patches.v1_0.create_email_template_custom_fields

View File

View File

@ -0,0 +1,5 @@
from crm.install import add_email_template_custom_fields
def execute():
add_email_template_custom_fields()