fixed setup for fresh installs

This commit is contained in:
seek3r
2001-01-31 17:31:18 +00:00
parent ed2afb77f2
commit 9a2524dd26
4 changed files with 54 additions and 26 deletions

View File

@ -266,7 +266,6 @@
cat_id int(9) DEFAULT '0' NOT NULL auto_increment,
cat_parent int(9) DEFAULT '0' NOT NULL,
cat_owner int(11) DEFAULT '0' NOT NULL,
cat_access varchar(25),
cat_appname varchar(50) NOT NULL,
cat_name varchar(150) NOT NULL,
cat_description varchar(255) NOT NULL,