From 6229b35780da2f5593202aa1f0a61f31eb8fa9fa Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 7 Sep 2022 16:50:36 -0700 Subject: fix password_history upgrade on new DBs --- FS/FS/password_history.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/password_history.pm') diff --git a/FS/FS/password_history.pm b/FS/FS/password_history.pm index 13d1601..1915a21 100644 --- a/FS/FS/password_history.pm +++ b/FS/FS/password_history.pm @@ -173,6 +173,7 @@ sub _upgrade_schema { push @where, " ( $fk IS NOT NULL AND NOT EXISTS(SELECT 1 FROM $table WHERE $table.$key = $fk) )"; } + return '' unless @where; my @recs = qsearch({ 'table' => 'password_history', 'extra_sql' => ' WHERE ' . join(' AND ', @where), -- cgit v1.1