1
0
Fork 0
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:
Sören 2023-02-11 20:40:53 +01:00 committed by GitHub
parent f9ba7711ec
commit 7d4a379f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 340 additions and 58 deletions

View file

@ -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"},
]