document option --no-interaction for occ db:convert-type

see: https://github.com/nextcloud/server/pull/18576

Signed-off-by: Bernhard Ostertag <bernieo.code@gmx.de>
This commit is contained in:
Bernhard Ostertag
2019-12-29 16:34:20 +01:00
parent 07bf3b068a
commit 4f604a6531

View File

@ -24,6 +24,7 @@ The Options
* ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional) * ``--password="mysql_user_password"`` password for the new database. If omitted the tool will ask you (optional)
* ``--clear-schema`` clear schema (optional) * ``--clear-schema`` clear schema (optional)
* ``--all-apps`` by default, tables for enabled apps are converted, use to convert also tables of deactivated apps (optional) * ``--all-apps`` by default, tables for enabled apps are converted, use to convert also tables of deactivated apps (optional)
* ``-n, --no-interaction`` Do not ask any interactive question
*Note:* The converter searches for apps in your configured app folders and uses *Note:* The converter searches for apps in your configured app folders and uses
the schema definitions in the apps to create the new table. So tables of removed the schema definitions in the apps to create the new table. So tables of removed