You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just saw this error in the tool_vault logs and found this issue. If Moodle is able to create a table from this definition, maybe vault should also be able to work with it, I'll look at it on the tool_vault side.
At the same time, there are more errors that MDLCode extension reports in the db/install.xml , not just the unused table:
The binary data field type in Moodle should not be used at all - it is used in pdfannotator_default_setting.allowanonymous.
It looks like it was meant to a boolean with values 0 or 1 - that is integer with length 1, right?
I did not find any uses of this database table or field, maybe a solution could be to drop this table.
This problem was detected by tests in Vault admin tool - see https://github.com/lmscloud-io/moodle-tool_vault/blob/main/tests/local/xmldb/dbstructure_test.php
The text was updated successfully, but these errors were encountered: