I've restored it to its previous condition... apparently the database.mysql is terribly outdated (didn't know this), so we should probably just wait till the final release to update it.

3-00
Steven Wittens 2001-05-14 23:07:23 +00:00
parent 1e8b5a9233
commit 2baf9ac129
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ CREATE TABLE category (
post int(3) DEFAULT '0' NOT NULL,
dump int(3) DEFAULT '0' NOT NULL,
expire int(3) DEFAULT '0' NOT NULL,
promote int(2) unsigned DEFAULT '0' NOT NULL,
comment int(2) unsigned DEFAULT '0' NOT NULL,
submission int(2) unsigned DEFAULT '0' NOT NULL,
UNIQUE name (name),