Adding in missing tables that were recently added to dsatabase-schema.sql

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2691 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2008-02-20 00:31:24 +00:00
parent 41acdb8e42
commit 36f31fe3ff

View File

@@ -62,6 +62,8 @@ DROP VIEW Community2Item;
DROP VIEW DCValue; DROP VIEW DCValue;
-- Then the tables -- Then the tables
DROP TABLE collection_item_count;
DROP TABLE community_item_count;
DROP TABLE checksum_history; DROP TABLE checksum_history;
DROP TABLE most_recent_checksum; DROP TABLE most_recent_checksum;
DROP TABLE checksum_results; DROP TABLE checksum_results;