mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-29 14:06:09 +02:00
Much faster getUserList
This commit is contained in:
parent
9fa0c4458e
commit
24963406ea
2 changed files with 24 additions and 34 deletions
|
@ -183,6 +183,11 @@ const DB_INIT_TABLE = {
|
|||
);`
|
||||
);
|
||||
|
||||
dbs.user.run(
|
||||
`CREATE INDEX IF NOT EXISTS user_property_id_and_name_index0
|
||||
ON user_property (user_id, prop_name);`
|
||||
);
|
||||
|
||||
dbs.user.run(
|
||||
`CREATE TABLE IF NOT EXISTS user_group_member (
|
||||
group_name VARCHAR NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue