mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Oops, undoing accidental change to upgrade script
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6587 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
--
|
||||
BEGIN
|
||||
-------------------------------------------
|
||||
-- New column for bitstream order DS-749 --
|
||||
-------------------------------------------
|
||||
@@ -28,5 +27,3 @@ ALTER TABLE bundle2bitstream ADD bitstream_order INTEGER;
|
||||
|
||||
--Place the sequence id's in the order
|
||||
UPDATE bundle2bitstream SET bitstream_order=(SELECT sequence_id FROM bitstream WHERE bitstream.bitstream_id=bundle2bitstream.bitstream_id);
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user