* renaming for the docs, demo data and patch * changes in the doctypes and reports * rename the config file * Few name changes in messages and license * rename the school settings to education settings * changes in the documentation * added the setup file for the fixtures * corrected the ui tests file path * fix the codacy * add the patch for renaming few doctypes and fields * changes in the patch
		
			
				
	
	
		
			9 lines
		
	
	
		
			279 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			279 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import frappe
 | |
| 
 | |
| def execute():
 | |
| 	# 'Schools' module changed to the 'Education'
 | |
| 	# frappe.reload_doc('schools', 'doctype', 'student_group_student')
 | |
| 
 | |
| 	frappe.reload_doc('education', 'doctype', 'student_group_student')
 | |
| 	frappe.db.sql("update `tabStudent Group Student` set active=1")
 |