You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.
When using the MySQL database driver, attempting to create a compound index that already exists results in a duplicate key exception. This should not happen since the SQL code used clearly says "IF NOT EXISTS" in it.
The text was updated successfully, but these errors were encountered:
When using the MySQL database driver, attempting to create a compound index that already exists results in a duplicate key exception. This should not happen since the SQL code used clearly says "IF NOT EXISTS" in it.
The text was updated successfully, but these errors were encountered: