Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

account.EmailAddress: (models.W036) MariaDB does not support unique constraints with conditions. #468

Open
olmari opened this issue Feb 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@olmari
Copy link
Collaborator

olmari commented Feb 7, 2024

I'm not sure when this became an thing, but there are some database related warnings that probably would be good to be taken care for:

mulysa@alfa:~/mulysa$ pipenv run python manage.py migrate
System check identified some issues:

WARNINGS:
account.EmailAddress: (models.W036) MariaDB does not support unique constraints with conditions.
	HINT: A constraint won't be created. Silence this warning if you don't care about it.
account.EmailAddress: (models.W043) MariaDB does not support indexes on expressions.
	HINT: An index won't be created. Silence this warning if you don't care about it.
Operations to perform:
  Apply all migrations: account, admin, api, auth, authtoken, constance, contenttypes, emails, mailer, nordigenautomation, oauth2_provider, rest_framework_tracking, sessions, sites, socialaccount, users
Running migrations:
  No migrations to apply.
@olmari olmari added the bug Something isn't working label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants