1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

some bugfixes

git-svn-id: file:///svn/phpbb/trunk@6149 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-07-06 16:46:53 +00:00
parent 2b531a279f
commit 462dc69b8e
38 changed files with 296 additions and 319 deletions

View File

@@ -485,7 +485,7 @@ CREATE TABLE phpbb_icons (
icons_url varchar(255),
icons_width INT2 NOT NULL,
icons_height INT2 NOT NULL,
icons_order INT2 NOT NULL,
icons_order INT4 NOT NULL,
display_on_posting INT2 DEFAULT '1' NOT NULL,
PRIMARY KEY (icons_id),
CHECK (icons_width>=0),
@@ -981,7 +981,7 @@ CREATE TABLE phpbb_smilies (
smiley_url varchar(50),
smiley_width INT2 NOT NULL,
smiley_height INT2 NOT NULL,
smiley_order INT2 NOT NULL,
smiley_order INT4 NOT NULL,
display_on_posting INT2 DEFAULT '1' NOT NULL,
PRIMARY KEY (smiley_id),
CHECK (smiley_width>=0),