Index: openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql 7 Apr 2005 11:27:00 -0000 1.7 +++ openacs-4/packages/evaluation/www/admin/tasks/solution-add-edit-postgresql.xql 7 Apr 2005 18:57:01 -0000 1.8 @@ -50,6 +50,26 @@ + + + + update cr_items + set storage_type = 'text' + where item_id = :item_id + + + + + + + + update cr_revisions + set content = :url + where revision_id = :revision_id + + + +