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: Console/Command/ReplicaRebuildCommand.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ protected function getReplicaCommandName(): string
41
41
42
42
protectedfunctiongetCommandDescription(): string
43
43
{
44
-
return'Rebuild replica configuration for Magento sorting attributes';
44
+
return"Delete and rebuild replica configuration for Magento sorting attributes (only run this operation if errors are encountered during regular sync)";
0 commit comments