Skip to content

Commit

Permalink
fix: update module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Jan 12, 2023
1 parent b2e10df commit 014fc1f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ build_pid=$!

bench --site gameplan.test reinstall --yes
bench --site gameplan.test install-app gameplan
bench --site gameplan.test execute gameplan.gameplan.doctype.team_discussion.search.rebuild_index_if_not_exists
bench --site gameplan.test execute gameplan.gameplan.doctype.gp_discussion.search.rebuild_index_if_not_exists

# wait till assets are built succesfully
wait $build_pid
20 changes: 10 additions & 10 deletions gameplan/patches.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[pre_model_sync]
gameplan.patches.rename_doctypes_with_gp_prefix
gameplan.patches.rename_doctypes_with_gp_prefix #q341234

[post_model_sync]
gameplan.gameplan.doctype.team_user_profile.patches.create_user_profile
gameplan.gameplan.doctype.team_user_profile.patches.set_name
gameplan.gameplan.doctype.team_project_discussion.patches.rename_team_project_status_update_doctype
gameplan.gameplan.doctype.team_project_discussion.patches.add_full_text_search_index
gameplan.gameplan.doctype.team_discussion.patches.rename_team_project_discussion_to_team_discussion
gameplan.gameplan.doctype.gp_user_profile.patches.create_user_profile
gameplan.gameplan.doctype.gp_user_profile.patches.set_name
gameplan.gameplan.doctype.gp_project_discussion.patches.rename_team_project_status_update_doctype
gameplan.gameplan.doctype.gp_project_discussion.patches.add_full_text_search_index
gameplan.gameplan.doctype.gp_discussion.patches.rename_team_project_discussion_to_team_discussion
execute:frappe.delete_doc('DocType', 'Team Project Section', force=1)
execute:frappe.delete_doc('DocType', 'Task Status', force=1)
execute:frappe.delete_doc('DocType', 'Team Document', force=1)
execute:frappe.delete_doc('DocType', 'Team Attachment', force=1)
execute:frappe.delete_doc('DocType', 'Team Note', force=1)
execute:frappe.delete_doc('DocType', 'Team Link', force=1)
gameplan.gameplan.doctype.team_discussion.patches.set_title_slug
gameplan.gameplan.doctype.team_discussion.patches.update_participants_count
gameplan.gameplan.doctype.gp_discussion.patches.set_title_slug
gameplan.gameplan.doctype.gp_discussion.patches.update_participants_count
gameplan.patches.update_gameplan_roles
gameplan.gameplan.doctype.gp_team.patches.remove_invited_members
execute:frappe.delete_doc_if_exists('DocType', 'Team Project Discussion', force=1)
gameplan.gameplan.doctype.team_user_profile.patches.setup_rembg
gameplan.gameplan.doctype.team_user_profile.patches.set_image
gameplan.gameplan.doctype.gp_user_profile.patches.setup_rembg
gameplan.gameplan.doctype.gp_user_profile.patches.set_image

0 comments on commit 014fc1f

Please sign in to comment.