From 8e1ccdc6e4084a3b037ec7bb2e114d75498c01c0 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Thu, 25 Jun 2020 15:55:35 -0400 Subject: [PATCH] moving libraries, patroncategories and itemtypes to the front of the restore list to make sure they are done first --- kmig.d/bin/mig-import | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kmig.d/bin/mig-import b/kmig.d/bin/mig-import index 965fd48..c76a791 100755 --- a/kmig.d/bin/mig-import +++ b/kmig.d/bin/mig-import @@ -30,7 +30,7 @@ $mig_path =~ s|[^/]+$||; my @taglist = @ARGV; my $arg_list_length = scalar @taglist; -if($arg_list_length < 1) { @taglist = ("authorisedvalues","booksellers","borrowerattributes","budgets","calendar","circrules","itemtypes","letters","libraries","patrontypes","preferences","reports","smsproviders"); } +if($arg_list_length < 1) { @taglist = ("libraries","patrontypes","itemtypes","authorisedvalues","booksellers","borrowerattributes","budgets","calendar","circrules","letters","preferences","reports","smsproviders"); } $MIGGITDIR =~ s/\/\//\//; my @errors; -- 1.7.2.5