MDL-26361 scorm - fix upgrade on change to not null
Every time one column is changed from null to not null we must ensure that there aren't nulls at all or the DDL statement will fail, as was reported here. The simplest way, just apply for the default when the column is null.
Please register or sign in to comment