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: docs/administration/commands.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ bin/command rebuild --hard
34
34
35
35
Hard database rebuild. It will drop unused columns, decrease exceeding column lengths, fix index names, set proper collations. It won't drop unused tables (consider removing them manually).
36
36
37
-
If a parameter `-y` is specified, it won't prompt for confirmation before running hard rebuild (as of v8.5).
37
+
If a parameter `-y` is specified, it won't prompt for confirmation before running hard rebuild (as of v9.0).
38
38
39
39
Recommended to have a database backup before running hard rebuild.
0 commit comments