Hi,
I'm using Moodle 3.7.4 and latest Questionnaire version. I've checked the database schema (admin/cli/check_database_schema.php) and found several errors related to Questionnaire plugin :
------------------------------------------------------------------------------- questionnaire_question * column 'surveyid' should be NOT NULL (I) * column 'surveyid' has default 'NULL', expected '0' (I) ------------------------------------------------------------------------------- questionnaire_response_rank
* column 'rankvalue' has default 'NULL', expected '0' (I) ------------------------------------------------------------------------------- questionnaire_fb_sections * column 'surveyid' should be NOT NULL (I) * column 'surveyid' has default 'NULL', expected '0' (I) ------------------------------------------------------------------------------- questionnaire_feedback * column 'sectionid' should be NOT NULL (I) * column 'sectionid' has default 'NULL', expected '0' (I)
I suspect there's a coherence problem between files db/upgrade.php and db/install.xml. Do you think you can make something to correct this?
Or is the problem only in my (3) Moodle installations? And if it's the case, how to correct this?
Thanks in advance if you can provide information.
Séverin