Conversation
|
This edits #651 |
The migration from #651 will not work on mysql with existing data. The data migration will raise an exception and leave the deployment in a broken state: In theory disabling strict mode (?) for the DB could help, but would create truncated CSVs. |
|
Ahh I see. The problem is that the migration will fail in case an existing conference had too many [potential] options for populating |
|
I think I think |
|
I think I propose to change the migration code to add a special case, if |
|
I thought about it some more and decided :text would be good enough. If we want to keep :string we'll need to add validations whenever editing the conference settings too. |
|
See #726 |
|
In #726 I solved this issue, including fixing a failed mysql migration which may have left the DB in an non consistent state |
|
I merged #726 so this can be closed |
Fixes 'Mysql2::Error: Data too long for column'