diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-15 16:40:35 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-15 16:40:35 +0000 |
commit | 284dbec9cfcaa1479e56582540c25a1590878cf7 (patch) | |
tree | 52c24f42cfd4a1c2c1f3904089646a96cc461fa2 /phpBB/db/schemas/postgres_schema.sql | |
parent | ec67266aa508fa6be5764c5f78fc8ae0743ae693 (diff) | |
download | forums-284dbec9cfcaa1479e56582540c25a1590878cf7.tar forums-284dbec9cfcaa1479e56582540c25a1590878cf7.tar.gz forums-284dbec9cfcaa1479e56582540c25a1590878cf7.tar.bz2 forums-284dbec9cfcaa1479e56582540c25a1590878cf7.tar.xz forums-284dbec9cfcaa1479e56582540c25a1590878cf7.zip |
Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db/schemas/postgres_schema.sql')
-rw-r--r-- | phpBB/db/schemas/postgres_schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/db/schemas/postgres_schema.sql b/phpBB/db/schemas/postgres_schema.sql index 9c56c72479..e6561c6c08 100644 --- a/phpBB/db/schemas/postgres_schema.sql +++ b/phpBB/db/schemas/postgres_schema.sql @@ -276,7 +276,6 @@ CREATE TABLE phpbb_sessions ( session_user_id int4 DEFAULT '0' NOT NULL, session_start int4 DEFAULT '0' NOT NULL, session_time int4 DEFAULT '0' NOT NULL, - session_last_visit int4 DEFAULT '0' NOT NULL, session_ip char(8) DEFAULT '0' NOT NULL, session_page int4 DEFAULT '0' NOT NULL, session_logged_in int2 DEFAULT '0' NOT NULL, |