Hi Ken, Ken Kennedy wrote: > At this point, the various differences in SQL capabilities between the > backends have resulted in a split of the migration DDL/DML into a > separate list for each engine. I'm working on tweaking them, but I'll > probably get to MySQL last, so feel free to pitch in!
I just fixed the renaming of the columns for MySQL in the wiki: ALTER TABLE django_content_type CHANGE package app_label VARCHAR(20) NOT NULL, CHANGE python_module_name module VARCHAR(50) NOT NULL; (Note: both operation are in the same statement.) Cheers, Geert -- Geert Vanderkelen http://www.some-abstract-type-shit.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---