From a57570c1307d0bc1046e994565fa6eace00f8a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Wed, 4 Jul 2018 13:10:18 +0200 Subject: [PATCH] Fix comment on commands from @nickvergessen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- developer_manual/app/migrations.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/developer_manual/app/migrations.rst b/developer_manual/app/migrations.rst index 173484067..4e3e8df8d 100644 --- a/developer_manual/app/migrations.rst +++ b/developer_manual/app/migrations.rst @@ -133,5 +133,6 @@ Nextcloud in debug mode: in another branch. Since you can’t change this retroactive, we recommend to leave enough space in between and therefor map the numbers to 3 digits: `1.0.x => 1000`, `2.34.x => 2034`, etc. +* `migrations:generate-from-schema`: Create a migration from the current `info.xml`. * `migrations:migrate`: Execute a migration to a specified or the latest available version. * `migrations:status`: View the status of a set of migrations.