We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8553d77 + 6fe3c39 commit 23780baCopy full SHA for 23780ba
src/main/resources/db/migration/V6.5.0.9.sql
@@ -2,6 +2,7 @@
2
--
3
4
ALTER TABLE datasetversion ADD COLUMN IF NOT EXISTS deaccessionnote VARCHAR(1000);
5
+ALTER TABLE datasetversion ALTER COLUMN deaccessionlink TYPE varchar(1260);
6
7
-- Move/merge archivenote contents and remove archivenote column (on existing DBs that have this column)
8
DO $$
@@ -18,4 +19,4 @@ UPDATE datasetversion set versionnote = null;
18
19
20
END IF;
21
END
-$$
22
+$$
0 commit comments