mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #478] [MERGED] Fix SQLite foreign keys #784
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/478
Author: @Boy132
Created: 7/12/2024
Status: ✅ Merged
Merged: 7/17/2024
Merged by: @Boy132
Base:
main← Head:fix/sqlite-foreign-keys📝 Commits (3)
0aed44bstart migration to fix sqlite foreign keysa37c791add remaining foreign keys413e019add ".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.sqlitefile first!🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.