[PR #478] [MERGED] Fix SQLite foreign keys #784

Closed
opened 2026-02-05 17:54:18 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/478
Author: @Boy132
Created: 7/12/2024
Status: Merged
Merged: 7/17/2024
Merged by: @Boy132

Base: mainHead: fix/sqlite-foreign-keys


📝 Commits (3)

  • 0aed44b start migration to fix sqlite foreign keys
  • a37c791 add remaining foreign keys
  • 413e019 add ".sqlite.backup" files to gitignore

📊 Changes

2 files changed (+285 additions, -0 deletions)

View changed files

📝 database/.gitignore (+1 -0)
database/migrations/2024_07_12_095213_fix_missing_sqlite_foreign_keys.php (+284 -0)

📄 Description

Fixes #477

If you want to test this PR be sure to make a backup of your database.sqlite file first!


🔄 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/478 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 7/12/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/sqlite-foreign-keys` --- ### 📝 Commits (3) - [`0aed44b`](https://github.com/pelican-dev/panel/commit/0aed44b47d3d571266d1bf5098a702acd46e0b8a) start migration to fix sqlite foreign keys - [`a37c791`](https://github.com/pelican-dev/panel/commit/a37c791e9e5640040f8f288254114e013ead5dc7) add remaining foreign keys - [`413e019`](https://github.com/pelican-dev/panel/commit/413e0190bd8ee9008c6e4cbd5aa3a460838a63b6) add ".sqlite.backup" files to gitignore ### 📊 Changes **2 files changed** (+285 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `database/.gitignore` (+1 -0) ➕ `database/migrations/2024_07_12_095213_fix_missing_sqlite_foreign_keys.php` (+284 -0) </details> ### 📄 Description Fixes #477 ### If you want to test this PR be sure to make a backup of your `database.sqlite` file first! --- <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-05 17:54:18 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#784