Index: openacs-4/packages/forums/sql/oracle/forums-reading-info-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/sql/oracle/forums-reading-info-drop.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/forums/sql/oracle/forums-reading-info-drop.sql 9 Nov 2008 23:29:26 -0000 1.2 +++ openacs-4/packages/forums/sql/oracle/forums-reading-info-drop.sql 10 Nov 2017 17:21:05 -0000 1.3 @@ -13,5 +13,5 @@ -- Tables to reading information drop package forum_reading_info; -drop table forums_reading_info_user; -drop table forums_reading_info; \ No newline at end of file +drop view forums_reading_info_user; +drop table forums_reading_info;