mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
[PR #612] [MERGED] Add warning about database data to database settings command #852
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/612
Author: @Boy132
Created: 10/7/2024
Status: ✅ Merged
Merged: 10/9/2024
Merged by: @Boy132
Base:
main← Head:update/database-command📝 Commits (1)
70a1bbcadd warning about database data to database settings command📊 Changes
1 file changed (+7 additions, -0 deletions)
View changed files
📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+7 -0)📄 Description
The old database data is not moved when changing the driver. So the panel will be effectively empty. It's probably a good idea to inform the user about that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.