mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
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:
@@ -66,6 +66,7 @@ DROP VIEW CollectionItemsByAuthor;
|
|||||||
DROP VIEW Community2Item;
|
DROP VIEW Community2Item;
|
||||||
|
|
||||||
-- Then the tables
|
-- Then the tables
|
||||||
|
DROP TABLE Communities2Item;
|
||||||
DROP TABLE ItemsByDateAccessioned;
|
DROP TABLE ItemsByDateAccessioned;
|
||||||
DROP TABLE ItemsByDate;
|
DROP TABLE ItemsByDate;
|
||||||
DROP TABLE ItemsByTitle;
|
DROP TABLE ItemsByTitle;
|
||||||
@@ -124,6 +125,7 @@ DROP SEQUENCE registrationdata_seq;
|
|||||||
DROP SEQUENCE subscription_seq;
|
DROP SEQUENCE subscription_seq;
|
||||||
DROP SEQUENCE history_seq;
|
DROP SEQUENCE history_seq;
|
||||||
DROP SEQUENCE historystate_seq;
|
DROP SEQUENCE historystate_seq;
|
||||||
|
DROP SEQUENCE communities2item_seq;
|
||||||
DROP SEQUENCE itemsbyauthor_seq;
|
DROP SEQUENCE itemsbyauthor_seq;
|
||||||
DROP SEQUENCE itemsbytitle_seq;
|
DROP SEQUENCE itemsbytitle_seq;
|
||||||
DROP SEQUENCE itemsbydate_seq;
|
DROP SEQUENCE itemsbydate_seq;
|
||||||
|
Reference in New Issue
Block a user