You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recipe/magento2.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -144,17 +144,17 @@
144
144
returnfalse;
145
145
});
146
146
147
-
set('full_upgrade_needed', function(){
147
+
set('full_upgrade_needed', function () {
148
148
//Some conditions, such as new RabittMQ services require a full upgrade and are not detecet by setup:db:status
149
149
//TODO: Add checks, once implemented, for detecting necessary full upgrade process. See future RabbitMQ Check: https://github.com/magento/magento2/pull/39698
150
150
returnfalse;
151
151
});
152
152
153
-
set('upgrade_needed', function(){
153
+
set('upgrade_needed', function () {
154
154
// Detect necessary upgrade, partial db or full upgrade
0 commit comments