Index: branches/RC/core/install/install_schema.sql =================================================================== diff -u -r10323 -r10399 --- branches/RC/core/install/install_schema.sql (.../install_schema.sql) (revision 10323) +++ branches/RC/core/install/install_schema.sql (.../install_schema.sql) (revision 10399) @@ -375,7 +375,7 @@ l5_Description text, CreatedOn int(11) NOT NULL default '0', EditorsPick tinyint(4) NOT NULL default '0', - `Status` tinyint(4) NOT NULL default '0', + `Status` tinyint(4) NOT NULL default '2', Priority int(11) NOT NULL default '0', MetaKeywords varchar(255) default NULL, CachedDescendantCatsQty int(11) default NULL,