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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user