fix: added post_model_sync in patches.txt

This commit is contained in:
Jannat Patel
2022-04-07 14:42:05 +05:30
parent 4967b70e7c
commit c19bd88a8e
2 changed files with 3 additions and 2 deletions

View File

@@ -26,5 +26,7 @@ school.patches.v0_0.set_course_in_lesson #21-03-2022
school.patches.v0_0.set_status_in_course #21-03-2022
lms.patches.v0_0.change_published_field_data #25-03-2022
execute:frappe.delete_doc("Workspace", "School", ignore_missing=True, force=True)
[post_model_sync]
lms.patches.v0_0.certification_member_field_data #04-04-2022
lms.patches.v0_0.move_certification_to_certificate

View File

@@ -307,5 +307,4 @@ const display_slots = (e) => {
} else {
$("#no-slots-message").removeClass("hide");
}
}
;
};