Skip to content

Commit

Permalink
ZCS-11064: add empty script for 114
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeprashant committed Nov 18, 2021
1 parent d63e713 commit 5e08405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions instructions/bundling-scripts/zimbra-core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ main()
Copy ${repoDir}/zm-db-conf/src/db/migration/migrate20200625-MobileDevices.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrate20200625-MobileDevices.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrate20210319-MobileDevices.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrate20210319-MobileDevices.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrate20210809-UnsubscribeFolder.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrate20210809-UnsubscribeFolder.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrate20211115-MobileNotificationDevices.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrate20211115-MobileNotificationDevices.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrate20211116-MobileNotificationDevices.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrate20211116-MobileNotificationDevices.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrateAmavisLdap20050810.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrateAmavisLdap20050810.pl
Copy ${repoDir}/zm-db-conf/src/db/migration/migrateClearSpamFlag.pl ${repoDir}/zm-build/${currentPackage}/opt/zimbra/libexec/scripts/migrateClearSpamFlag.pl
Expand Down
1 change: 1 addition & 0 deletions rpmconf/Upgrade/zmupgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ my %updateScripts = (
'111' => "migrate20210506-BriefcaseApi.pl", #9.1.0
'112' => "migrate20200625-MobileDevices.pl", #Zimbra X
'113' => "migrate20210319-MobileDevices.pl", #Zimbra X
'114' => "migrate20211115-MobileNotificationDevices.pl", #9.1.0
'115' => "migrate20211116-MobileNotificationDevices.pl", #9.1.0
);

Expand Down

0 comments on commit 5e08405

Please sign in to comment.