From 6debe66cfc687b72d0a60b95ed6aa2d668409590 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 9 Jun 2022 09:41:49 +0300 Subject: [PATCH] content/posts/2022-03.md: syntax --- content/posts/2022-03.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/2022-03.md b/content/posts/2022-03.md index 872f2b278..88b243df7 100644 --- a/content/posts/2022-03.md +++ b/content/posts/2022-03.md @@ -215,7 +215,7 @@ Due to abuse we no longer permit requests without a user agent. Please specify a ```console localhost/dspace7= ☘ DELETE FROM schema_version WHERE version IN ('5.0.2017.09.25', '6.0.2017.01.30', '6.0.2017.09.25'); -localhost/dspace7= ☘ DELETE FROM schema_version WHERE description LIKE '%Atmire%' OR description LIKE '%CUA%' OR description LIKE '%cua%' +localhost/dspace7= ☘ DELETE FROM schema_version WHERE description LIKE '%Atmire%' OR description LIKE '%CUA%' OR description LIKE '%cua%'; ``` - Then I was able to migrate to DSpace 7 with `dspace database migrate ignored` as the [DSpace upgrade notes say](https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace)