From 407b1e33604afd8d4521ec174d8d664f91017b6e Mon Sep 17 00:00:00 2001 From: Steve Eardley Date: Thu, 3 Aug 2023 15:24:47 +0100 Subject: [PATCH] Remove Article type from spaces migration 903 --- portality/migrate/903_remove_blanks/migrate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/portality/migrate/903_remove_blanks/migrate.json b/portality/migrate/903_remove_blanks/migrate.json index 39f9d10077..64d4a31842 100644 --- a/portality/migrate/903_remove_blanks/migrate.json +++ b/portality/migrate/903_remove_blanks/migrate.json @@ -1,14 +1,6 @@ { "batch" : 10000, "types": [ - { - "type" : "application", - "init_with_model" : false, - "keepalive" : "10m", - "functions" : [ - "portality.migrate.903_remove_blanks.functions.remove_blanks" - ] - }, { "type" : "journal", "init_with_model" : false,