-- -- The Forums Package -- -- @author David Arroyo darroyo@innova.uned.es -- @creation-date 01-06-2007 -- @version $Id: forums-reading-info-drop.sql,v 1.1 2007/06/01 15:59:02 davidam Exp $ -- -- This is free software distributed under the terms of the GNU Public -- License version 2 or later. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html -- Tables to reading information drop table forums_reading_info_user; drop index forums_reading_info_forum_idx; drop index forums_reading_info_user_index; drop table forums_reading_info;