mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-08 11:25:17 -05: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:
@@ -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"},
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user