[PR #365] [MERGED] Dedicated MariaDB driver #715

Closed
opened 2026-02-04 18:45:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/365
Author: @Boy132
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @Boy132

Base: mainHead: database/mariadb-driver


📝 Commits (4)

📊 Changes

4 files changed (+177 additions, -37 deletions)

View changed files

📝 .github/workflows/ci.yaml (+73 -1)
📝 app/Console/Commands/Environment/DatabaseSettingsCommand.php (+79 -25)
📝 config/database.php (+24 -10)
📝 database/migrations/2022_05_28_135717_create_activity_logs_table.php (+1 -1)

📄 Description

https://laravel.com/docs/11.x/upgrade#dedicated-mariadb-driver
ref #347


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/365 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `database/mariadb-driver` --- ### 📝 Commits (4) - [`00ec0ba`](https://github.com/pelican-dev/panel/commit/00ec0ba1d4b0c7b016097080c3692a2b027bcd87) dedicated tests for mariadb - [`9cda51d`](https://github.com/pelican-dev/panel/commit/9cda51d5e2a48fbd44ef1be414d332369056433a) fix migrations - [`d1270a4`](https://github.com/pelican-dev/panel/commit/d1270a4f3be8b8a0618b93b6b5ccdffe8b301fc3) update database config - [`044b652`](https://github.com/pelican-dev/panel/commit/044b6525736a4e2d4d9ccec37840e5b41dbbeb55) update database setup command ### 📊 Changes **4 files changed** (+177 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+73 -1) 📝 `app/Console/Commands/Environment/DatabaseSettingsCommand.php` (+79 -25) 📝 `config/database.php` (+24 -10) 📝 `database/migrations/2022_05_28_135717_create_activity_logs_table.php` (+1 -1) </details> ### 📄 Description https://laravel.com/docs/11.x/upgrade#dedicated-mariadb-driver ref #347 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 18:45:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#715