mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
fixing some bugs i introduced while fixing other bugs. :)
git-svn-id: file:///svn/phpbb/trunk@6899 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -989,7 +989,7 @@ CREATE TABLE phpbb_privmsgs_rules (
|
||||
rule_user_id number(8) DEFAULT '0' NOT NULL,
|
||||
rule_group_id number(8) DEFAULT '0' NOT NULL,
|
||||
rule_action number(8) DEFAULT '0' NOT NULL,
|
||||
rule_folder_id number(8) DEFAULT '0' NOT NULL,
|
||||
rule_folder_id number(11) DEFAULT '0' NOT NULL,
|
||||
CONSTRAINT pk_phpbb_privmsgs_rules PRIMARY KEY (rule_id)
|
||||
)
|
||||
/
|
||||
@@ -1026,7 +1026,7 @@ CREATE TABLE phpbb_privmsgs_to (
|
||||
pm_replied number(1) DEFAULT '0' NOT NULL,
|
||||
pm_marked number(1) DEFAULT '0' NOT NULL,
|
||||
pm_forwarded number(1) DEFAULT '0' NOT NULL,
|
||||
folder_id number(8) DEFAULT '0' NOT NULL
|
||||
folder_id number(11) DEFAULT '0' NOT NULL
|
||||
)
|
||||
/
|
||||
|
||||
|
Reference in New Issue
Block a user