This is an automated email from the ASF dual-hosted git repository.
weizhou pushed a commit to branch 4.22
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.22 by this push:
new 6c1437b7ddd fix end of file schema-42200to42210.sql
6c1437b7ddd is described below
commit 6c1437b7ddd8fc590c96d1aac6f8df7709ac4625
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Apr 17 13:56:17 2026 +0200
fix end of file schema-42200to42210.sql
---
engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql | 1 -
1 file changed, 1 deletion(-)
diff --git
a/engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
b/engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
index 0300e555463..baa20e9f0ad 100644
--- a/engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
+++ b/engine/schema/src/main/resources/META-INF/db/schema-42200to42210.sql
@@ -59,4 +59,3 @@ UPDATE `cloud`.`configuration`
SET value = CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to
reset your password. Please click the following link to reset your password:',
'{{{resetLink}}}', 'If you did not request a password reset, please ignore this
email.', '', 'Regards,', 'The CloudStack Team')
WHERE name = 'user.password.reset.mail.template'
AND value IN (CONCAT_WS('\n', 'Hello {{username}}!', 'You have requested to
reset your password. Please click the following link to reset your password:',
'http://{{{resetLink}}}', 'If you did not request a password reset, please
ignore this email.', '', 'Regards,', 'The CloudStack Team'), CONCAT_WS('\n',
'Hello {{username}}!', 'You have requested to reset your password. Please click
the following link to reset your password:', '{{{domainUrl}}}{{{resetLink}}}',
'If you did not request [...]
-