Skip to content

Commit

Permalink
[K6.0] On update from K5.2 need to correct publish_up and publish_down
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Dec 11, 2022
1 parent 6713481 commit 5c7d5f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/admin/install/kunena.install.upgrade.xml
Expand Up @@ -178,6 +178,12 @@
<query mode="silenterror">DELETE FROM `#__mail_templates` WHERE `template_id` = 'com_kunena.replymoderator';</query>
<query mode="silenterror">DELETE FROM `#__mail_templates` WHERE `template_id` = 'com_kunena.report';</query>
</version>
<version version="6.0.6-DEV"
versiondate="2022-12-12"
versionname="Internal">
<query mode="silenterror">UPDATE `#__kunena_announcement` SET publish_up = '1000-01-01 00:00:00' WHERE publish_up='0000-00-00 00:00:00';</query>
<query mode="silenterror">UPDATE `#__kunena_announcement` SET publish_down = '1000-01-01 00:00:00' WHERE publish_down='0000-00-00 00:00:00';</query>
</version>
<version version="@kunenaversion@"
versiondate="@kunenaversiondate@"
versionname="@kunenaversionname@">
Expand Down

0 comments on commit 5c7d5f1

Please sign in to comment.