Skip to content

Commit 3a8240c

Browse files
authored
Merge pull request #9782 from Serp1co/password-policy-hotfix
Password policy hotfix
2 parents 715c753 + 8873dd8 commit 3a8240c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/spacewalk/upgrade/susemanager-schema-5.1.3-to-susemanager-schema-5.1.4/101-default-settings-updates.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ INSERT INTO rhnConfiguration (key, description, default_value, value)
3535
FROM rhnConfiguration
3636
WHERE key = 'extauth_keep_temproles'
3737
ON CONFLICT (key) DO UPDATE
38-
SET default_value = rhnConfiguration.default_value;
38+
SET default_value = EXCLUDED.default_value;
3939

4040
DELETE FROM rhnConfiguration
4141
WHERE key = 'extauth_keep_temproles';

0 commit comments

Comments
 (0)