mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #727] [CLOSED] Add a primary key to 'password_resets' table to allow compatibility with MariaDB Galera. #929
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/727
Author: @iriseden
Created: 11/26/2024
Status: ❌ Closed
Base:
main← Head:add/id_to_password_resets_table📝 Commits (4)
eaf05bcAdd id as primary key in schemae4c6c0eAdding migrationb18e6cfphp lint7f740d1sqlite compatibility📊 Changes
2 files changed (+36 additions, -0 deletions)
View changed files
➕
database/migrations/2024_11_26_110150_add_id_to_password_resets_table.php(+34 -0)📝
database/schema/mysql-schema.sql(+2 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.