1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

More user class field updates

This commit is contained in:
e107steved
2010-01-05 22:36:04 +00:00
parent 4dd5c2c284
commit 3fd602288f
2 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ CREATE TABLE faqs_info (
faq_info_title text NOT NULL,
faq_info_about text NOT NULL,
faq_info_parent int(10) unsigned default '0',
faq_info_class int(3) unsigned default '0',
faq_info_class int(5) default '0',
faq_info_order tinyint(3) unsigned NOT NULL default '0',
faq_info_icon varchar(255) NOT NULL,
PRIMARY KEY (faq_info_id)