1
0
mirror of https://github.com/django/django.git synced 2025-03-14 11:20:46 +00:00
Mariusz Felisiak adb72fa854 [5.1.x] Refs #35074 -- Avoided failed attempts to remove spatial indexes on nullable fields on MySQL.
MySQL doesn't support spatial indexes on NULL columns, so there is no
point in removing them.

Backport of 20c2d625d3d5062e43918d1d7b6f623202491dd4 from main.
2024-06-20 11:46:33 +02:00
..