-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
MDL-83153-main-option1-2 -
In lib/db/install.xml :
<TABLE NAME="ai_action_register" COMMENT="Stores information about processed ai actions.">
|
<FIELDS>
|
<FIELD NAME="success" TYPE="binary" NOTNULL="true" SEQUENCE="false" COMMENT="Was the action successful when run"/>
|
added in MDL-82627
Did you mean that this is a int(1) field?
Moodle creates the 'binary' field type as 'text' in postgres or 'longblob' in mysql thinking that you want to store some large amount of binary data.