mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Change description column in orcid tables to TEXT type
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- The contents of this file are subject to the license and copyright
|
||||
-- detailed in the LICENSE and NOTICE files at the root of the source
|
||||
-- tree and available online at
|
||||
--
|
||||
-- http://www.dspace.org/license/
|
||||
--
|
||||
|
||||
ALTER TABLE orcid_history ALTER COLUMN description SET DATA TYPE CLOB;
|
||||
ALTER TABLE orcid_queue ALTER COLUMN description SET DATA TYPE CLOB;
|
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- The contents of this file are subject to the license and copyright
|
||||
-- detailed in the LICENSE and NOTICE files at the root of the source
|
||||
-- tree and available online at
|
||||
--
|
||||
-- http://www.dspace.org/license/
|
||||
--
|
||||
|
||||
ALTER TABLE orcid_history MODIFY (description CLOB);
|
||||
ALTER TABLE orcid_queue MODIFY (description CLOB);
|
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- The contents of this file are subject to the license and copyright
|
||||
-- detailed in the LICENSE and NOTICE files at the root of the source
|
||||
-- tree and available online at
|
||||
--
|
||||
-- http://www.dspace.org/license/
|
||||
--
|
||||
|
||||
ALTER TABLE orcid_history ALTER COLUMN description TYPE TEXT;
|
||||
ALTER TABLE orcid_queue ALTER COLUMN description TYPE TEXT;
|
Reference in New Issue
Block a user