mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1066] [MERGED] Officially support PostgreSQL database #1152
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/1066
Author: @lancepioch
Created: 3/8/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @lancepioch
Base:
main← Head:lance/postgresql📝 Commits (10+)
fa3805bJust skip this table because it no longer exists2bd745cAdd postgresql532dfc5This no longer needs to be there9dad8bcThese are the same output in mysql, but different in postgresql2181875Fix these migrations for postgresql55eede5This table no longer existsace22d7This is expected to be a json column for json operations, required for postgresqlb390502Shoot for the starse772f71Fix pint309c2e6Why was this missing📊 Changes
63 files changed (+270 additions, -384 deletions)
View changed files
📝
.env.example(+0 -1)📝
.github/workflows/ci.yaml(+76 -0)📝
app/Filament/Admin/Resources/UserResource/Pages/CreateUser.php(+7 -0)📝
app/Livewire/Installer/Steps/DatabaseStep.php(+19 -10)📝
app/Models/User.php(+4 -0)📝
app/Services/Deployment/AllocationSelectionService.php(+2 -2)📝
config/database.php(+15 -0)📝
database/migrations/2016_01_23_195851_add_api_keys.php(+1 -1)📝
database/migrations/2016_01_23_200159_add_downloads.php(+2 -2)📝
database/migrations/2016_01_23_200648_add_nodes.php(+1 -1)📝
database/migrations/2016_01_23_201748_add_servers.php(+3 -3)📝
database/migrations/2016_01_23_203150_add_subusers.php(+1 -1)📝
database/migrations/2016_01_23_203159_add_users.php(+3 -3)➖
database/migrations/2016_01_25_234418_rename_permissions_column.php(+0 -25)📝
database/migrations/2016_09_04_182835_create_notifications_table.php(+1 -1)📝
database/migrations/2016_09_07_163017_add_unique_identifier.php(+1 -1)📝
database/migrations/2016_10_07_152117_build_api_log_table.php(+2 -2)➖
database/migrations/2016_10_23_203522_add_foreign_permissions.php(+0 -33)📝
database/migrations/2016_11_11_220649_add_pack_support.php(+1 -1)📝
database/migrations/2017_01_07_154228_create_node_configuration_tokens_table.php(+1 -1)...and 43 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.