bozoh / moodle-mod_simplecertificate

It's NOT RECOMMENDED to install version below 2.2.6 (MOODLE_31), due a security issues See more in README
17 stars 44 forks source link

Fail DB Schema check #226

Closed tuanngocnguyen closed 4 years ago

tuanngocnguyen commented 5 years ago

coursename column in simplecertificate_issues is defined as NOT NULL but there is no default value: https://github.com/bozoh/moodle-mod_simplecertificate/blob/master/db/install.xml#L63

The default value should be in sync with upgrade.php: https://github.com/bozoh/moodle-mod_simplecertificate/blob/master/db/upgrade.php#L403