Fix #1998: Installation using mysql by danielalanbates · Pull Request #2473 · doccano/doccano

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

MySQL cannot index TEXT columns in unique key specifications (error 1170).
Change TextLabel.text from TextField to CharField(max_length=500) so the
unique_together constraint on (example, user, text) can be created.

Update the historical api migration, labels initial state migration, and
add a new labels migration to alter the column for existing installs.