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