Add the indices to really make this table work

slimupdates
Melanie 2009-12-28 23:47:58 +00:00
parent c4f5ac970c
commit 3249d5be9a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
BEGIN;
CREATE UNIQUE INDEX SessionID ON Presence(SessionID);
CREATE INDEX UserID ON Presence(UserID);
COMMIT;