feat: multiple instructors

This commit is contained in:
Jannat Patel
2022-02-07 12:01:07 +05:30
parent 50c624e305
commit 3e46db9c11
6 changed files with 49 additions and 4 deletions

View File

@@ -21,3 +21,4 @@ execute:frappe.delete_doc("DocType", "LMS Topic") #06-10-2021
school.patches.v0_0.add_progress_to_membership #20-10-2021
execute:frappe.delete_doc("Workspace", "LMS", ignore_missing=True, force=True) #24-10-2021
execute:frappe.delete_doc("Custom Field", "User-verify_age", ignore_missing=True, force=True)
school.patches.v0_0.multiple_instructors