Add doc about dry-run option for add-missing-* cmd

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau
2022-02-28 17:36:55 +01:00
parent 608eb686cb
commit 80a7b679c7

View File

@@ -117,3 +117,6 @@ Those include for example::
$ sudo -u www-data php occ db:add-missing-columns
$ sudo -u www-data php occ db:add-missing-indices
$ sudo -u www-data php occ db:add-missing-primary-keys
You can use the ``--dry-run`` option to output the SQL queries instead of executing them.