mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Update developer_manual/app/storage/migrations.rst
Co-Authored-By: rullzer <rullzer@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user