Hmmm the "promote" column was missing...

3-00
Steven Wittens 2001-05-14 21:55:24 +00:00
parent 9164b903a7
commit 1e8b5a9233
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ 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),