Changes between Version 5 and Version 7 of Ticket #33169


Ignore:
Timestamp:
Oct 5, 2021, 9:29:28 PM (3 years ago)
Author:
Awais Qureshi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33169

    • Property Summary Migrations crashes with long identifiers on MySQL.Migrations crashes with long identifiers on MySQL (8.0.26 )
    • Property Keywords mysql8.0.26 added
  • Ticket #33169 – Description

    v5 v7  
    44django.db.utils.OperationalError: (1059, "Identifier name 'blackboard_blackboardlearnerassessmentdatatransmissionaudit_chk_1' is too long")
    55
     6This issue appeared in `django30` also.
     7
    68I did't find any information related to this change in django32 release notes.
    79
    810Important point: `class BlackboardLearnerAssessmentDataTransmissionAudit(models.Model)`  is model name and app name is `blackboard` also.
     11
     12
     13`OS details`
     14mysql  Ver 8.0.26-0ubuntu0.20.04.3 for Linux on x86_64 ((Ubuntu))
     15Python 3.8
     16Django 30,31,38
Back to Top