mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
- eh? meh.
git-svn-id: file:///svn/phpbb/trunk@5834 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9404dfe2fb
commit
a58fa3a9f2
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ CREATE TABLE phpbb_privmsgs_to (
|
||||||
user_id INT4 DEFAULT '0' NOT NULL,
|
user_id INT4 DEFAULT '0' NOT NULL,
|
||||||
author_id INT4 DEFAULT '0' NOT NULL,
|
author_id INT4 DEFAULT '0' NOT NULL,
|
||||||
deleted INT2 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,
|
unread INT2 DEFAULT '1' NOT NULL,
|
||||||
replied INT2 DEFAULT '0' NOT NULL,
|
replied INT2 DEFAULT '0' NOT NULL,
|
||||||
marked INT2 DEFAULT '0' NOT NULL,
|
marked INT2 DEFAULT '0' NOT NULL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue