shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Fix MySQL migration #57

Closed shacker closed 5 years ago

shacker commented 5 years ago

Per discussion in #56, this removes the unique_together, converts message_id from TextField to CharField, and re-creates the unique_together.

Also performs truncation of inbound very long message_ids.

Fixes #56