Index: trunk/phase3/maintenance/tables.sql |
— | — | @@ -510,7 +510,7 @@ |
511 | 511 | cat_files int signed NOT NULL default 0, |
512 | 512 | |
513 | 513 | -- Should the category be hidden from article views? |
514 | | - cat_hidden tinyint(1) unsigned NOT NULL default 0, |
| 514 | + cat_hidden tinyint unsigned NOT NULL default 0, |
515 | 515 | |
516 | 516 | PRIMARY KEY (cat_id), |
517 | 517 | UNIQUE KEY (cat_title), |