Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.364 -r1.365 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 1 Sep 2009 16:12:28 -0000 1.364 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 18 Sep 2009 12:13:37 -0000 1.365 @@ -137,11 +137,11 @@ ::xo::db::CrAttribute create state -default "" } + # create various extra tables, indices and views + # ::xo::db::require index -table xowiki_form_page -col assignee ::xo::db::require index -table xowiki_page_instance -col page_template - # create various extra tables, indices and views - # ::xo::db::require table xowiki_references \ "reference integer references cr_items(item_id) on delete cascade, link_type [::xo::db::sql map_datatype text],