mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #322] [MERGED] Replace DB check in MakeUserCommand #690
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/322
Author: @Boy132
Created: 6/4/2024
Status: ✅ Merged
Merged: 6/5/2024
Merged by: @lancepioch
Base:
main← Head:fix/make-user-db-test📝 Commits (1)
29cc92freplace db check in MakeUserCommand📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
app/Console/Commands/User/MakeUserCommand.php(+1 -1)📄 Description
Replaces the
select 1 where 1with a proper connection test. This prevents errors on MariaDB 10.3. (apparentlyselect 1 where 1only works on 10.4+)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.