mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[PR #52] [MERGED] DB-Schema: Add Foreign Keys for faster queries #59
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/maelstrom-cms/odin/pull/52
Author: @dweissengruber
Created: 3/4/2021
Status: ✅ Merged
Merged: 3/22/2021
Merged by: @OwenMelbz
Base:
master← Head:mysql_performance_improvements📝 Commits (4)
e68e465✔️ DB-Schema: Add Foreign Keys for faster queries65d45ea🐛 Fix website_id datatyped8fd59b✨ Update migration, ensure incrementdf85954Revert "✨ Update migration, ensure increment"📊 Changes
1 file changed (+104 additions, -0 deletions)
View changed files
➕
database/migrations/2021_03_04_095453_add_foreign_keys.php(+104 -0)📄 Description
Reduce mysql query execution time drastically by utilizing foreign keys.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.