fix: foreign key reference default search engine (#2211)

* fix: foreign key reference default search engine

* fix: add sqlite migration to fix on delete action

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel
2025-02-05 11:36:42 +01:00
committed by GitHub
parent 62c83b79b4
commit 26468a4137
7 changed files with 3514 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- Custom SQL migration file, put your code below! --
-- This file is empty as there was a bug in the migration script of sqlite, missing on delete actions. See https://github.com/homarr-labs/homarr/pull/2211 --