Index: trunk/admin/install/inportal_schema.sql =================================================================== diff -u -r2801 -r3145 --- trunk/admin/install/inportal_schema.sql (.../inportal_schema.sql) (revision 2801) +++ trunk/admin/install/inportal_schema.sql (.../inportal_schema.sql) (revision 3145) @@ -18,6 +18,8 @@ Type int(11) NOT NULL default '0', ParentId int(11) NOT NULL default '0', Name varchar(255) NOT NULL default '', + Filename text NOT NULL, + AutomaticFilename tinyint(3) unsigned NOT NULL default '0', Description text NOT NULL, CreatedOn int(11) NOT NULL default '0', EditorsPick tinyint(4) default NULL, @@ -30,6 +32,7 @@ CreatedById int(11) NOT NULL default '0', ResourceId int(11) default NULL, ParentPath text NOT NULL, + NamedParentPath text NOT NULL, MetaDescription varchar(255) default NULL, HotItem int(11) NOT NULL default '2', NewItem int(11) NOT NULL default '2',