1
0
mirror of https://github.com/django/django.git synced 2025-03-02 13:04:24 +00:00
Mariusz Felisiak 579909a13f
Refs -- Fixed introspection of check and unique column constraints on MariaDB.
Unnamed unique and check columns constraints have the same name as
a column. Ensure uniqueness by using custom names.

Thanks Adnan Umer for the report.
2019-08-26 09:15:37 +02:00
..