mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1290] [MERGED] Remove DynamicDatabaseConnection
#1304
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/1290
Author: @Boy132
Created: 4/22/2025
Status: ✅ Merged
Merged: 4/23/2025
Merged by: @Boy132
Base:
main← Head:boy132/remove-DynamicDatabaseConnection📝 Commits (1)
c4d4da4removeDynamicDatabaseConnection📊 Changes
7 files changed (+23 additions, -61 deletions)
View changed files
➖
app/Extensions/DynamicDatabaseConnection.php(+0 -35)📝
app/Models/Database.php(+1 -4)📝
app/Models/DatabaseHost.php(+19 -0)📝
app/Services/Databases/DatabaseManagementService.php(+0 -6)📝
app/Services/Databases/DatabasePasswordService.php(+0 -4)📝
app/Services/Databases/Hosts/HostCreationService.php(+1 -6)📝
app/Services/Databases/Hosts/HostUpdateService.php(+2 -6)📄 Description
Replaces our custom class by
DB::build.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.