Skip to content

Commit e350c07

Browse files
committed
Merge remote-tracking branch 'IQSS/develop' into DANS-CSL
2 parents cfcb333 + 23780ba commit e350c07

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/resources/db/migration/V6.5.0.9.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
--
33

44
ALTER TABLE datasetversion ADD COLUMN IF NOT EXISTS deaccessionnote VARCHAR(1000);
5+
ALTER TABLE datasetversion ALTER COLUMN deaccessionlink TYPE varchar(1260);
56

67
-- Move/merge archivenote contents and remove archivenote column (on existing DBs that have this column)
78
DO $$
@@ -18,4 +19,4 @@ UPDATE datasetversion set versionnote = null;
1819

1920
END IF;
2021
END
21-
$$
22+
$$

0 commit comments

Comments
 (0)