I want to make multiple updates on section names so when I try to change a section name values in the mdl_course_sections table the new name don't update in the course page.
Moving to the General Help forum...
I would strongly discourage you from updating the database directly. You probably don't know if there are dependencies that might cause problems.
However, your problem here will be that you need to purge caches after the update.
However, your problem here will be that you need to purge caches after the update.
I know it is risky to modify directly on the database
First I try this on a testing instance not a production site
I regularly do this with entries not related to dependencies in another table
I'm not a developer but tried to follow the mechanism in the PHP source and found that two tables involved in this action if followed the interface way
mdl_course
mdl_course_format_options
I Will try to make this change and do purge caches
First I try this on a testing instance not a production site
I regularly do this with entries not related to dependencies in another table
I'm not a developer but tried to follow the mechanism in the PHP source and found that two tables involved in this action if followed the interface way
mdl_course
mdl_course_format_options
I Will try to make this change and do purge caches