Skip to content
  • Eloy Lafuente's avatar
    MDL-26361 scorm - fix upgrade on change to not null · 3b3e2cec
    Eloy Lafuente authored
    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.
    3b3e2cec