mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
(Robert Tansley)
- Drop unique community name constraint git-svn-id: http://scm.dspace.org/svn/repo/trunk@1380 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -147,3 +147,12 @@ SELECT setval('metadataschemaregistry_seq', max(metadata_schema_id)) FROM metada
|
||||
ALTER TABLE bitstream ADD COLUMN size_bytes BIGINT;
|
||||
UPDATE bitstream SET size_bytes = size;
|
||||
ALTER TABLE bitstream DROP COLUMN size;
|
||||
|
||||
------------------------------------------------------
|
||||
-- Drop unique community name constraint
|
||||
--
|
||||
-- FIXME: Needs testing; the constraint name is not
|
||||
-- guaranteed to be the same as below. This step may
|
||||
-- need to be performed by hand.
|
||||
------------------------------------------------------
|
||||
ALTER TABLE community DROP CONSTRAINT community_name_key;
|
||||
|
Reference in New Issue
Block a user