diff options
author | David M <davidmj@users.sourceforge.net> | 2006-04-22 20:21:22 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-04-22 20:21:22 +0000 |
commit | a58fa3a9f2da83a6a79655ca7a7402c32d810310 (patch) | |
tree | 08ec4369b9ca86669a54c307d7edc9444afedd19 /phpBB | |
parent | 9404dfe2fb809c49ad79558bee12d9e8001c8e15 (diff) | |
download | forums-a58fa3a9f2da83a6a79655ca7a7402c32d810310.tar forums-a58fa3a9f2da83a6a79655ca7a7402c32d810310.tar.gz forums-a58fa3a9f2da83a6a79655ca7a7402c32d810310.tar.bz2 forums-a58fa3a9f2da83a6a79655ca7a7402c32d810310.tar.xz forums-a58fa3a9f2da83a6a79655ca7a7402c32d810310.zip |
- eh? meh.
git-svn-id: file:///svn/phpbb/trunk@5834 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 61a533d0db..5dd5a7194e 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -692,7 +692,7 @@ CREATE TABLE phpbb_privmsgs_to ( user_id INT4 DEFAULT '0' NOT NULL, author_id INT4 DEFAULT '0' NOT NULL, deleted INT2 DEFAULT '0' NOT NULL, - new INT2 DEFAULT '1' NOT NULL, + "new" INT2 DEFAULT '1' NOT NULL, unread INT2 DEFAULT '1' NOT NULL, replied INT2 DEFAULT '0' NOT NULL, marked INT2 DEFAULT '0' NOT NULL, |