mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
Fixed field type for cat_order
git-svn-id: file:///svn/phpbb/trunk@417 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -91,7 +91,7 @@ DROP TABLE IF EXISTS phpbb_categories;
|
||||
CREATE TABLE phpbb_categories (
|
||||
cat_id int(10) NOT NULL auto_increment,
|
||||
cat_title varchar(100),
|
||||
cat_order varchar(10),
|
||||
cat_order int(11),
|
||||
PRIMARY KEY (cat_id)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user