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
This commit is contained in:
Richard Rodgers
2004-04-07 19:54:03 +00:00
parent c4101b573b
commit df1b234c53

View File

@@ -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;