#33169: Migrations crashes with long identifiers on MySQL.
-------------------------------+--------------------------------------
     Reporter:  Awais Qureshi  |                    Owner:  nobody
         Type:  Bug            |                   Status:  closed
    Component:  Migrations     |                  Version:  3.2
     Severity:  Normal         |               Resolution:  needsinfo
     Keywords:  django32       |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Description changed by Awais Qureshi:

Old description:

> I am trying to upgrade the project from django22 to 32.
> Migrate command gives me this error
>
> django.db.utils.OperationalError: (1059, "Identifier name
> 'blackboard_blackboardlearnerassessmentdatatransmissionaudit_chk_1' is
> too long")
>
> I did't find any information related to this change in django32 release
> notes.

New description:

 I am trying to upgrade the project from django22 to 32.
 Migrate command gives me this error

 django.db.utils.OperationalError: (1059, "Identifier name
 'blackboard_blackboardlearnerassessmentdatatransmissionaudit_chk_1' is too
 long")

 I did't find any information related to this change in django32 release
 notes.

 Important point: `class
 BlackboardLearnerAssessmentDataTransmissionAudit(models.Model)`  is model
 name and app name is `blackboard` also.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33169#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.1213e474929c65e24079f2317cb18dcc%40djangoproject.com.

Reply via email to