Opened 3 years ago

Last modified 2 years ago

#33169 closed Bug

migrations fails to run on django32 with mysql5.7 — at Initial Version

Reported by: Awais Qureshi Owned by: nobody
Component: Migrations Version: 3.2
Severity: Normal Keywords: django32, mysql8.0.26
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top