feat: add user_id index to profiles table for faster lookups

The new index on the user_id column in the profiles table improves query performance for user-specific lookups, reducing full table scans during authentication and profile retrieval operations.
This commit is contained in:
2026-06-09 04:41:27 +00:00
parent fd328f3000
commit c596a5db6e
83 changed files with 6078 additions and 84 deletions
+2
View File
@@ -20,6 +20,8 @@ devii_*.db-wal
devii.log
webdata/
devplacepy/static/uploads/attachments/
# Runtime data dir (container workspaces, zip artifacts) - never inside the package
var/
devplacepy/static/uploads/*.png
devplacepy/static/uploads/*.jpg
devplacepy/static/uploads/*.jpeg