django-background-tasks/background_task/migrations
Dan Breen 4b60b55d45
Modify initial migration to use acceptable max_lengths on indexed fields
Even though a PR was made to modify the fields for MySQL's utf8mb4 charset (max key length 191), the initial migration was still trying to create it at 255. Perhaps modifying the initial migration isn't the right way to fix this, but I'm not sure what else to do.
2018-08-29 15:49:18 -04:00
..
__init__.py Added missing migrations (#94) 2017-04-10 14:42:04 +02:00
0001_initial.py Modify initial migration to use acceptable max_lengths on indexed fields 2018-08-29 15:49:18 -04:00
0002_auto_20170927_1109.py Limit length of indexed fields to 190 (#116) 2017-11-10 14:31:19 +01:00