catalyst / moodle-local_smartmedia

Moodle LMS Smartmedia local plugin
Other
6 stars 5 forks source link

Upgrade missing index for 'contenthash' for table 'local_smartmedia_conv' #206

Closed keevan closed 2 years ago

keevan commented 2 years ago
local_smartmedia_conv
 * Missing index 'contenthash' (unique (contenthash)).
CREATE UNIQUE INDEX mdl_locasmarconv_con_uix ON mdl_local_smartmedia_conv (contenthash);

Note in install.xml it's listed as below:

<KEY NAME="contenthash" TYPE="foreign-unique" FIELDS="contenthash" REFTABLE="local_smartmedia_data" REFFIELDS="contenthash"/>