Add the indices to really make this table work
parent
c4f5ac970c
commit
3249d5be9a
|
@ -0,0 +1,6 @@
|
|||
BEGIN;
|
||||
|
||||
CREATE UNIQUE INDEX SessionID ON Presence(SessionID);
|
||||
CREATE INDEX UserID ON Presence(UserID);
|
||||
|
||||
COMMIT;
|
Loading…
Reference in New Issue