Add the indices to really make this table work

This commit is contained in:
Melanie
2009-12-28 23:47:58 +00:00
parent c4f5ac970c
commit 3249d5be9a

View File

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