Update developer_manual/app/storage/migrations.rst

Co-Authored-By: rullzer <rullzer@users.noreply.github.com>
This commit is contained in:
Christoph Wurst 2018-12-19 14:28:40 +01:00 committed by Backportbot
parent 25f549f1d9
commit 486dc87e4f

View File

@ -127,7 +127,7 @@ To migrate your app from a `database.xml` file to migrations run:
.. code-block:: bash
php ./occ migrations:generate-from-schema <app_id> <version>
This will create a new file under `lib/Migration` with that results in the
This will create a new file under `lib/Migration` that results in the
same database table(s) as your database.xml file.
For version you should use the your app versions. So if you app is at version