|
From: Benjamin C. <bc...@us...> - 2002-04-11 22:17:17
|
Update of /cvsroot/phpbt/phpbt/schemas In directory usw-pr-cvs1:/tmp/cvs-serv13063/schemas Modified Files: pgsql.in Log Message: Don't create an index for the active_sessions table -- the table is no longer created Index: pgsql.in =================================================================== RCS file: /cvsroot/phpbt/phpbt/schemas/pgsql.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- pgsql.in 10 Apr 2002 14:16:05 -0000 1.26 +++ pgsql.in 11 Apr 2002 22:17:14 -0000 1.27 @@ -377,12 +377,6 @@ CREATE INDEX group_id_TBL_USER_GROUP_index ON TBL_USER_GROUP (group_id); -- --- Indexes for table ACTIVE_SESSIONS --- - -CREATE INDEX changed_TBL_ACTIVE_SESSIONS_index ON TBL_ACTIVE_SESSIONS (changed); - --- -- Indexes for table TBL_USER_PERM -- |