Hi! I deployed a production version of Open edX on my Azure VM. I want to update the Xblock version followed this link: Configuration and customisation — Tutor documentation. And when I run
tutor local quickstart, I got some error like this:
ERRORS:
xblock_config_courseeditltifieldsenabledflag: (models.E028) db_table ‘xblock_config_courseeditltifieldsenabledflag’ is used by multiple models: xblock_config.CourseEditLTIFieldsEnabledFlag, lti_consumer.CourseAllowPIISharingInLTIFlag.
It seems the old version and new version have some conflict. Is it possible to fix this problem? Or is there any way to change some Xblock code on tutor? Thank you very much!!