mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
implemented flyway script to delete deprecated columns
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
--
|
||||||
|
-- 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 collection
|
||||||
|
-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_1;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_2;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_3;
|
@@ -0,0 +1,15 @@
|
|||||||
|
--
|
||||||
|
-- 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 collection
|
||||||
|
-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_1;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_2;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_3;
|
@@ -0,0 +1,15 @@
|
|||||||
|
--
|
||||||
|
-- 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 collection
|
||||||
|
-------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_1;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_2;
|
||||||
|
ALTER TABLE collection DROP COLUMN workflow_step_3;
|
Reference in New Issue
Block a user