Add a primary key to 'password_resets' table to allow compatibility with MariaDB Galera.#727
Add a primary key to 'password_resets' table to allow compatibility with MariaDB Galera.#727iriseden wants to merge 4 commits intopelican-dev:mainfrom
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
b1d331e to
b18e6cf
Compare
I believe its just if you are gonna get rid of
|
|
Thank you for the contribution, unfortunately I've thought about it and have decided against these changes. One of the main reasons is that this table is a standard table with its structure coming from the standard Luckily, you should be able to add a primary key to any tables missing one in your own application and there should be no issues with updating your application or database in the future. |
Compatibility with MariaDB Galera Cluster
Adds a
idfield as the primary key in thepassword_resetstable.A primary key is required on each table when using a clustered database with MariaDB Galera.