From df1b234c53e6504a82c822e8a04e32ced0548cdf Mon Sep 17 00:00:00 2001 From: Richard Rodgers Date: Wed, 7 Apr 2004 19:54:03 +0000 Subject: [PATCH] Part of fix for bug SF# 917560 (sub-community browse). Clean up of new table and associated sequence git-svn-id: http://scm.dspace.org/svn/repo/trunk@836 9c30dcfa-912a-0410-8fc2-9e0234be79fd --- dspace/etc/clean-database.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dspace/etc/clean-database.sql b/dspace/etc/clean-database.sql index 6d2443126d..c2e3ed119a 100644 --- a/dspace/etc/clean-database.sql +++ b/dspace/etc/clean-database.sql @@ -66,6 +66,7 @@ DROP VIEW CollectionItemsByAuthor; DROP VIEW Community2Item; -- Then the tables +DROP TABLE Communities2Item; DROP TABLE ItemsByDateAccessioned; DROP TABLE ItemsByDate; DROP TABLE ItemsByTitle; @@ -124,6 +125,7 @@ DROP SEQUENCE registrationdata_seq; DROP SEQUENCE subscription_seq; DROP SEQUENCE history_seq; DROP SEQUENCE historystate_seq; +DROP SEQUENCE communities2item_seq; DROP SEQUENCE itemsbyauthor_seq; DROP SEQUENCE itemsbytitle_seq; DROP SEQUENCE itemsbydate_seq;