Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

216 строки
12 KiB

  1. [pre_model_sync]
  2. frappe.patches.v12_0.remove_deprecated_fields_from_doctype #3
  3. execute:frappe.utils.global_search.setup_global_search_table()
  4. execute:frappe.reload_doc('core', 'doctype', 'doctype_action', force=True) #2019-09-23
  5. execute:frappe.reload_doc('core', 'doctype', 'doctype_link', force=True) #2020-10-17
  6. execute:frappe.reload_doc('core', 'doctype', 'doctype_state', force=True) #2021-12-15
  7. execute:frappe.reload_doc('core', 'doctype', 'doctype', force=True) #2017-09-22
  8. execute:frappe.reload_doc('core', 'doctype', 'docfield', force=True) #2018-02-20
  9. frappe.patches.v11_0.drop_column_apply_user_permissions
  10. execute:frappe.reload_doc('core', 'doctype', 'custom_docperm')
  11. execute:frappe.reload_doc('core', 'doctype', 'docperm') #2018-05-29
  12. execute:frappe.reload_doc('core', 'doctype', 'comment')
  13. execute:frappe.reload_doc('core', 'doctype', 'document_naming_rule', force=True)
  14. execute:frappe.reload_doc('core', 'doctype', 'module_def') #2020-08-28
  15. execute:frappe.reload_doc('core', 'doctype', 'version') #2017-04-01
  16. execute:frappe.reload_doc('email', 'doctype', 'document_follow')
  17. execute:frappe.reload_doc('core', 'doctype', 'communication_link') #2019-10-02
  18. execute:frappe.reload_doc('core', 'doctype', 'has_role')
  19. execute:frappe.reload_doc('core', 'doctype', 'communication') #2019-10-02
  20. execute:frappe.reload_doc('core', 'doctype', 'server_script')
  21. frappe.patches.v11_0.replicate_old_user_permissions
  22. frappe.patches.v11_0.reload_and_rename_view_log #2019-01-03
  23. frappe.patches.v11_0.copy_fetch_data_from_options
  24. frappe.patches.v11_0.change_email_signature_fieldtype
  25. execute:frappe.reload_doc('core', 'doctype', 'activity_log')
  26. execute:frappe.reload_doc('core', 'doctype', 'deleted_document')
  27. execute:frappe.reload_doc('core', 'doctype', 'domain_settings')
  28. frappe.patches.v13_0.rename_custom_client_script
  29. execute:frappe.reload_doc('core', 'doctype', 'role') #2017-05-23
  30. execute:frappe.reload_doc('core', 'doctype', 'user') #2017-10-27
  31. execute:frappe.reload_doc('core', 'doctype', 'report_column')
  32. execute:frappe.reload_doc('core', 'doctype', 'report_filter')
  33. execute:frappe.reload_doc('core', 'doctype', 'report') #2020-08-25
  34. execute:frappe.reload_doc('core', 'doctype', 'error_snapshot')
  35. execute:frappe.get_doc("User", "Guest").save()
  36. execute:frappe.delete_doc("DocType", "Control Panel", force=1)
  37. execute:frappe.delete_doc("DocType", "Tag")
  38. execute:frappe.db.sql("delete from `tabProperty Setter` where `property` in ('idx', '_idx')")
  39. execute:frappe.db.sql("update tabUser set new_password='' where ifnull(new_password, '')!=''")
  40. execute:frappe.permissions.reset_perms("DocType")
  41. execute:frappe.db.sql("delete from `tabProperty Setter` where `property` = 'idx'")
  42. execute:frappe.db.sql("delete from tabSessions where user is null")
  43. execute:frappe.delete_doc("DocType", "Backup Manager")
  44. execute:frappe.permissions.reset_perms("Web Page")
  45. execute:frappe.permissions.reset_perms("Error Snapshot")
  46. execute:frappe.db.sql("delete from `tabWeb Page` where ifnull(template_path, '')!=''")
  47. execute:frappe.core.doctype.language.language.update_language_names() # 2017-04-12
  48. execute:frappe.db.set_value("Print Settings", "Print Settings", "add_draft_heading", 1)
  49. execute:frappe.db.set_default('language', '')
  50. execute:frappe.db.sql("update tabCommunication set communication_date = creation where time(communication_date) = 0")
  51. execute:frappe.rename_doc('Country', 'Macedonia, Republic of', 'Macedonia', ignore_if_exists=True)
  52. execute:frappe.rename_doc('Country', 'Iran, Islamic Republic of', 'Iran', ignore_if_exists=True)
  53. execute:frappe.rename_doc('Country', 'Tanzania, United Republic of', 'Tanzania', ignore_if_exists=True)
  54. execute:frappe.rename_doc('Country', 'Syrian Arab Republic', 'Syria', ignore_if_exists=True)
  55. execute:frappe.reload_doc('desk', 'doctype', 'notification_log')
  56. execute:frappe.db.sql('update tabReport set module="Desk" where name="ToDo"')
  57. execute:frappe.delete_doc('Page', 'data-import-tool', ignore_missing=True)
  58. frappe.patches.v10_0.reload_countries_and_currencies # 2021-02-03
  59. frappe.patches.v10_0.refactor_social_login_keys
  60. frappe.patches.v10_0.enable_chat_by_default_within_system_settings
  61. frappe.patches.v10_0.remove_custom_field_for_disabled_domain
  62. execute:frappe.delete_doc("Page", "chat")
  63. frappe.patches.v10_0.migrate_passwords_passlib
  64. frappe.patches.v11_0.rename_standard_reply_to_email_template
  65. execute:frappe.delete_doc_if_exists('Page', 'user-permissions')
  66. frappe.patches.v10_0.set_no_copy_to_workflow_state
  67. frappe.patches.v10_0.increase_single_table_column_length
  68. frappe.patches.v11_0.create_contact_for_user
  69. frappe.patches.v11_0.update_list_user_settings
  70. frappe.patches.v11_0.rename_workflow_action_to_workflow_action_master #13-06-2018
  71. frappe.patches.v11_0.rename_email_alert_to_notification #13-06-2018
  72. frappe.patches.v11_0.delete_duplicate_user_permissions
  73. frappe.patches.v11_0.set_dropbox_file_backup
  74. frappe.patches.v10_0.set_default_locking_time
  75. frappe.patches.v11_0.rename_google_maps_doctype
  76. frappe.patches.v10_0.modify_smallest_currency_fraction
  77. frappe.patches.v10_0.modify_naming_series_table
  78. frappe.patches.v10_0.enhance_security
  79. frappe.patches.v11_0.multiple_references_in_events
  80. frappe.patches.v11_0.set_allow_self_approval_in_workflow
  81. frappe.patches.v11_0.remove_skip_for_doctype
  82. frappe.patches.v11_0.migrate_report_settings_for_new_listview
  83. frappe.patches.v11_0.delete_all_prepared_reports
  84. frappe.patches.v11_0.fix_order_by_in_reports_json
  85. execute:frappe.delete_doc('Page', 'applications', ignore_missing=True)
  86. frappe.patches.v11_0.set_missing_creation_and_modified_value_for_user_permissions
  87. frappe.patches.v11_0.set_default_letter_head_source
  88. frappe.patches.v12_0.set_primary_key_in_series
  89. execute:frappe.delete_doc("Page", "modules", ignore_missing=True)
  90. frappe.patches.v12_0.setup_comments_from_communications
  91. frappe.patches.v12_0.replace_null_values_in_tables
  92. frappe.patches.v12_0.reset_home_settings
  93. frappe.patches.v12_0.update_print_format_type
  94. frappe.patches.v11_0.remove_doctype_user_permissions_for_page_and_report #2019-05-01
  95. frappe.patches.v11_0.apply_customization_to_custom_doctype
  96. frappe.patches.v12_0.remove_feedback_rating
  97. frappe.patches.v12_0.move_form_attachments_to_attachments_folder
  98. frappe.patches.v12_0.move_timeline_links_to_dynamic_links
  99. frappe.patches.v12_0.delete_feedback_request_if_exists #1
  100. frappe.patches.v12_0.rename_events_repeat_on
  101. frappe.patches.v12_0.fix_public_private_files
  102. frappe.patches.v12_0.move_email_and_phone_to_child_table
  103. frappe.patches.v12_0.delete_duplicate_indexes
  104. frappe.patches.v12_0.set_default_incoming_email_port
  105. frappe.patches.v12_0.update_global_search
  106. frappe.patches.v12_0.setup_tags
  107. frappe.patches.v12_0.update_auto_repeat_status_and_not_submittable
  108. frappe.patches.v12_0.create_notification_settings_for_user
  109. frappe.patches.v11_0.make_all_prepared_report_attachments_private #2019-11-26
  110. frappe.patches.v12_0.setup_email_linking
  111. frappe.patches.v12_0.change_existing_dashboard_chart_filters
  112. frappe.patches.v12_0.set_correct_assign_value_in_docs #2020-07-13
  113. execute:frappe.delete_doc('DocType', 'Test Runner') # 2022-05-19
  114. execute:frappe.delete_doc_if_exists('DocType', 'Google Maps Settings')
  115. execute:frappe.db.set_default('desktop:home_page', 'workspace')
  116. execute:frappe.delete_doc_if_exists('DocType', 'GSuite Settings')
  117. execute:frappe.delete_doc_if_exists('DocType', 'GSuite Templates')
  118. execute:frappe.delete_doc_if_exists('DocType', 'GCalendar Account')
  119. execute:frappe.delete_doc_if_exists('DocType', 'GCalendar Settings')
  120. frappe.patches.v12_0.remove_example_email_thread_notify
  121. execute:from frappe.desk.page.setup_wizard.install_fixtures import update_genders;update_genders()
  122. frappe.patches.v12_0.set_correct_url_in_files
  123. execute:frappe.reload_doc('core', 'doctype', 'doctype') #2022-06-21
  124. execute:frappe.reload_doc('custom', 'doctype', 'property_setter')
  125. frappe.patches.v13_0.remove_invalid_options_for_data_fields
  126. frappe.patches.v13_0.website_theme_custom_scss
  127. frappe.patches.v13_0.make_user_type
  128. frappe.patches.v13_0.set_existing_dashboard_charts_as_public
  129. frappe.patches.v13_0.set_path_for_homepage_in_web_page_view
  130. frappe.patches.v13_0.migrate_translation_column_data
  131. frappe.patches.v13_0.set_read_times
  132. frappe.patches.v13_0.remove_web_view
  133. frappe.patches.v13_0.site_wise_logging
  134. frappe.patches.v13_0.set_unique_for_page_view
  135. frappe.patches.v13_0.remove_tailwind_from_page_builder
  136. frappe.patches.v13_0.rename_onboarding
  137. frappe.patches.v13_0.email_unsubscribe
  138. execute:frappe.delete_doc("Web Template", "Section with Left Image", force=1)
  139. execute:frappe.delete_doc("DocType", "Onboarding Slide")
  140. execute:frappe.delete_doc("DocType", "Onboarding Slide Field")
  141. execute:frappe.delete_doc("DocType", "Onboarding Slide Help Link")
  142. frappe.patches.v13_0.update_date_filters_in_user_settings
  143. frappe.patches.v13_0.update_duration_options
  144. frappe.patches.v13_0.replace_old_data_import # 2020-06-24
  145. frappe.patches.v13_0.create_custom_dashboards_cards_and_charts
  146. frappe.patches.v13_0.rename_is_custom_field_in_dashboard_chart
  147. frappe.patches.v13_0.add_standard_navbar_items # 2020-12-15
  148. frappe.patches.v13_0.generate_theme_files_in_public_folder
  149. frappe.patches.v13_0.increase_password_length
  150. frappe.patches.v12_0.fix_email_id_formatting
  151. frappe.patches.v13_0.add_toggle_width_in_navbar_settings
  152. frappe.patches.v13_0.rename_notification_fields
  153. frappe.patches.v13_0.remove_duplicate_navbar_items
  154. frappe.patches.v13_0.set_social_icons
  155. frappe.patches.v12_0.set_default_password_reset_limit
  156. frappe.patches.v13_0.set_route_for_blog_category
  157. frappe.patches.v13_0.enable_custom_script
  158. frappe.patches.v13_0.update_newsletter_content_type
  159. execute:frappe.db.set_value('Website Settings', 'Website Settings', {'navbar_template': 'Standard Navbar', 'footer_template': 'Standard Footer'})
  160. frappe.patches.v13_0.delete_event_producer_and_consumer_keys
  161. frappe.patches.v13_0.web_template_set_module #2020-10-05
  162. frappe.patches.v13_0.remove_custom_link
  163. execute:frappe.delete_doc("DocType", "Footer Item")
  164. execute:frappe.reload_doctype('user')
  165. execute:frappe.reload_doctype('docperm')
  166. frappe.patches.v13_0.replace_field_target_with_open_in_new_tab
  167. frappe.core.doctype.role.patches.v13_set_default_desk_properties
  168. frappe.patches.v13_0.add_switch_theme_to_navbar_settings
  169. frappe.patches.v13_0.update_icons_in_customized_desk_pages
  170. execute:frappe.db.set_default('desktop:home_page', 'space')
  171. execute:frappe.delete_doc_if_exists('Page', 'workspace')
  172. execute:frappe.delete_doc_if_exists('Page', 'dashboard', force=1)
  173. frappe.core.doctype.page.patches.drop_unused_pages
  174. execute:frappe.get_doc('Role', 'Guest').save() # remove desk access
  175. frappe.patches.v13_0.remove_chat
  176. frappe.patches.v13_0.rename_desk_page_to_workspace # 02.02.2021
  177. frappe.patches.v13_0.delete_package_publish_tool
  178. frappe.patches.v13_0.rename_list_view_setting_to_list_view_settings
  179. frappe.patches.v13_0.remove_twilio_settings
  180. frappe.patches.v12_0.rename_uploaded_files_with_proper_name
  181. frappe.patches.v13_0.queryreport_columns
  182. frappe.patches.v13_0.jinja_hook
  183. frappe.patches.v13_0.update_notification_channel_if_empty
  184. frappe.patches.v13_0.set_first_day_of_the_week
  185. frappe.patches.v13_0.encrypt_2fa_secrets
  186. frappe.patches.v13_0.reset_corrupt_defaults
  187. execute:frappe.reload_doc('custom', 'doctype', 'custom_field')
  188. frappe.patches.v14_0.update_workspace2 # 20.09.2021
  189. frappe.patches.v14_0.save_ratings_in_fraction #23-12-2021
  190. frappe.patches.v14_0.transform_todo_schema
  191. frappe.patches.v14_0.remove_post_and_post_comment
  192. frappe.patches.v14_0.reset_creation_datetime
  193. frappe.patches.v14_0.remove_is_first_startup
  194. frappe.patches.v14_0.clear_long_pending_stale_logs
  195. frappe.patches.v14_0.log_settings_migration
  196. frappe.patches.v14_0.setup_likes_from_feedback
  197. frappe.patches.v14_0.update_webforms
  198. frappe.patches.v14_0.delete_payment_gateways
  199. frappe.patches.v14_0.event_streaming_deprecation_warning
  200. [post_model_sync]
  201. frappe.patches.v14_0.drop_data_import_legacy
  202. frappe.patches.v14_0.copy_mail_data #08.03.21
  203. frappe.patches.v14_0.update_github_endpoints #08-11-2021
  204. frappe.patches.v14_0.remove_db_aggregation
  205. frappe.patches.v14_0.update_color_names_in_kanban_board_column
  206. frappe.patches.v14_0.update_is_system_generated_flag
  207. frappe.patches.v14_0.update_auto_account_deletion_duration
  208. frappe.patches.v14_0.update_integration_request
  209. frappe.patches.v14_0.set_document_expiry_default
  210. frappe.patches.v14_0.delete_data_migration_tool
  211. frappe.patches.v14_0.set_suspend_email_queue_default
  212. frappe.patches.v14_0.different_encryption_key
  213. frappe.patches.v14_0.update_multistep_webforms
  214. frappe.patches.v14_0.drop_unused_indexes