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.
parent
1e8b5a9233
commit
2baf9ac129
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue