Changes between Version 5 and Version 7 of Ticket #33169
- Timestamp:
- Oct 5, 2021, 9:29:28 PM (3 years ago)
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 4 4 django.db.utils.OperationalError: (1059, "Identifier name 'blackboard_blackboardlearnerassessmentdatatransmissionaudit_chk_1' is too long") 5 5 6 This issue appeared in `django30` also. 7 6 8 I did't find any information related to this change in django32 release notes. 7 9 8 10 Important point: `class BlackboardLearnerAssessmentDataTransmissionAudit(models.Model)` is model name and app name is `blackboard` also. 11 12 13 `OS details` 14 mysql Ver 8.0.26-0ubuntu0.20.04.3 for Linux on x86_64 ((Ubuntu)) 15 Python 3.8 16 Django 30,31,38