From cbf873eba1baf003038c5558dcdc47c311dcd54c Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 17 Jan 2020 13:59:33 +0100 Subject: [PATCH] Bug 7957: Change name routing list created by updatedb 'import' -> '1' --- installer/data/mysql/atomicupdate/bug_7957.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_7957.perl b/installer/data/mysql/atomicupdate/bug_7957.perl index 2f8ca30016..92be2df2c4 100644 --- a/installer/data/mysql/atomicupdate/bug_7957.perl +++ b/installer/data/mysql/atomicupdate/bug_7957.perl @@ -54,7 +54,7 @@ $query = qq{ }; my $insert_sth = $dbh->prepare($query); foreach ( @$results ) { - $sth->execute($_->{subscriptionid}, 'import', $_->{routingnotes}); + $sth->execute($_->{subscriptionid}, '1', $_->{routingnotes}); my $routinglistid = $dbh->last_insert_id(undef, undef, 'subscriptionroutinglist', undef); $select_sth->execute($_->{subscriptionid}); my $routings = $select_sth->fetchall_arrayref( {} ); -- 2.20.1