mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-03 04:25:24 +02:00
feat: improve database indexing (#2104)
* add indices to all foreign keys and some fields that are used for ordering and filtering * add missing migrations * update migration orders --------- Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
parent
f9ba7711ec
commit
7d4a379f0d
25 changed files with 340 additions and 58 deletions
|
@ -4,7 +4,7 @@ from mealie.core.config import get_app_settings
|
|||
from mealie.services.backups_v2.alchemy_exporter import AlchemyExporter
|
||||
|
||||
ALEMBIC_VERSIONS = [
|
||||
{"version_num": "165d943c64ee"},
|
||||
{"version_num": "ff5f73b01a7a"},
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue