21 lines
952 B
Plaintext
21 lines
952 B
Plaintext
[pre_model_sync]
|
|
# Patches added in this section will be executed before doctypes are migrated
|
|
# Read docs to understand patches: https://frappeframework.com/docs/v14/user/en/database-migrations
|
|
jey_erp.patches.fix_employee_row_format
|
|
jey_erp.patches.fix_employee_columns_as_text
|
|
jey_erp.patches.rename_bank_integration_to_importer
|
|
jey_erp.patches.rename_importer_to_profile
|
|
|
|
[post_model_sync]
|
|
# Patches added in this section will be executed after doctypes are migrated
|
|
jey_erp.patches.create_asset_categories_post_migration
|
|
jey_erp.patches.remove_old_won_lost_fields
|
|
jey_erp.patches.remove_won_lost_breaks
|
|
jey_erp.patches.remove_won_lost_checkboxes
|
|
jey_erp.patches.drop_orphan_bank_doctypes
|
|
jey_erp.patches.backfill_si_tax_article_row_keys
|
|
jey_erp.patches.backfill_sales_invoice_tax_articles_history
|
|
jey_erp.patches.add_tax_articles_to_si_grid_views
|
|
jey_erp.patches.add_certificates_to_si_grid_views
|
|
jey_erp.patches.add_tax_articles_to_so_grid_views
|