Fix performance issue for users with many orders

This commit is contained in:
2026-05-24 12:50:52 +02:00
parent 7856123bc0
commit 3591e0f33a
6 changed files with 136 additions and 22 deletions

View File

@@ -4,5 +4,6 @@ lint:
reset_db:
rm -f aps_db.db
uv run alembic upgrade heads
for file in db_fixtures/*.sql; do sqlite3 aps_db.db < "$file"; done
uv run alembic upgrade 958d7aee2b21
for file in db_fixtures/*.sql; do sqlite3 aps_db.db < "$file"; done
uv run alembic upgrade heads