elan-ev / studip-opencast-plugin

This is an Stud.IP plugin for Opencast
https://elan-ev.github.io/studip-opencast-plugin/
GNU General Public License v2.0
9 stars 20 forks source link

Broken Migration - TEXT column cannot have default value #993

Closed tgloeggl closed 2 months ago

tgloeggl commented 2 months ago

In some versions of MySQL there are not default values allowed for the TEXT columns. This is a strange behaviour, maybe even a bug in MySQL itself.

https://stackoverflow.com/questions/3466872/why-cant-a-text-column-have-a-default-value-in-mysql

Migration 082 is trying to set a default value which unexpectedly fails on some systems, so we need to get rid of the default value.