From 8dde526290718371b6da178c65955d431910fd97 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 31 May 2018 13:27:18 +0200 Subject: fill new columns in `binary_packages_in_repositories`, too --- bin/copy-to-build-support | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/copy-to-build-support') diff --git a/bin/copy-to-build-support b/bin/copy-to-build-support index a42ca31..addd45c 100755 --- a/bin/copy-to-build-support +++ b/bin/copy-to-build-support @@ -126,9 +126,9 @@ sed -n ' # shellcheck disable=SC2016 { printf 'INSERT IGNORE INTO `binary_packages_in_repositories`' - printf ' (`repository`,`package`)' + printf ' (`repository`,`package`,`is_to_be_deleted`)' # shellcheck disable=SC2154 - printf ' VALUES (%s,%s);\n' \ + printf ' VALUES (%s,%s,0);\n' \ "${repository_ids__i686_build_support}" \ "${id}" printf 'SELECT LAST_INSERT_ID();\n' -- cgit v1.2.3-54-g00ecf