The new migrations from the 1.3.1 update aren't applying on a first install of the plugin.
Trying to first install 1.3.0 and then updating to 1.3.1 is also not working. Bumping the schemaVersion by hand first to trigger the database update gives the following error:
Database Exception: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'desc' can't have a default value
The SQL being executed was: ALTER TABLE cookieboss_consentgroup CHANGE desc desc text NOT NULL DEFAULT ''
Migration: dutchheight\cookieboss\migrations\m200821_142415_edit_cookieboss_consentgroup_description
Output:
> alter column desc in table {{%cookieboss_consentgroup}} to text NOT NULL DEFAULT '' ...Exception: SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column 'desc' can't have a default value
The new migrations from the 1.3.1 update aren't applying on a first install of the plugin. Trying to first install 1.3.0 and then updating to 1.3.1 is also not working. Bumping the schemaVersion by hand first to trigger the database update gives the following error: