mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
mysql changes the type of TEXT columns to MEDIUMTEXT with "CONVERT TO", but we don't want this, so change this columns back to TEXT. see: https://bugs.mysql.com/bug.php?id=31291