[PR #549] [CLOSED] Add missing foreign keys to fix #545 #821

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/549
Author: @rmartinoscar
Created: 8/14/2024
Status: Closed

Base: mainHead: issue/545


📝 Commits (4)

  • 242b5cb Add missing foreign keys
  • a6bf9cb Update 2024_08_14_182737_fix_egg_variable_foreign_key.php
  • 6d1e327 Merge branch 'pelican-dev:main' into issue/545
  • cee7521 Merge branch 'pelican-dev:main' into issue/545

📊 Changes

1 file changed (+30 additions, -0 deletions)

View changed files

database/migrations/2024_08_14_182737_fix_egg_variable_foreign_key.php (+30 -0)

📄 Description

  • Make name & env_variables unique for each egg

Throws a 500 if you try to add a duplicate


🔄 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/549 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 8/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `issue/545` --- ### 📝 Commits (4) - [`242b5cb`](https://github.com/pelican-dev/panel/commit/242b5cb2da7e4464d6fc48cd56af59114ee8df53) Add missing foreign keys - [`a6bf9cb`](https://github.com/pelican-dev/panel/commit/a6bf9cba643d22c90e39a8e3b514e87765c02323) Update 2024_08_14_182737_fix_egg_variable_foreign_key.php - [`6d1e327`](https://github.com/pelican-dev/panel/commit/6d1e327cbecdebce7ff4dd8be612d6ab5439d73c) Merge branch 'pelican-dev:main' into issue/545 - [`cee7521`](https://github.com/pelican-dev/panel/commit/cee75214e908aeed3fbcb20c70093678612d18f2) Merge branch 'pelican-dev:main' into issue/545 ### 📊 Changes **1 file changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `database/migrations/2024_08_14_182737_fix_egg_variable_foreign_key.php` (+30 -0) </details> ### 📄 Description - [x] Make name & env_variables unique for each egg > Throws a 500 if you try to add a duplicate --- <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:53:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#821