From a4a435090b8462360fce60fc2996941afead806f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 19 Dec 2018 14:28:40 +0100 Subject: [PATCH] Update developer_manual/app/storage/migrations.rst Co-Authored-By: rullzer --- developer_manual/app/storage/migrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/storage/migrations.rst b/developer_manual/app/storage/migrations.rst index 5db7567f9..062cc9708 100644 --- a/developer_manual/app/storage/migrations.rst +++ b/developer_manual/app/storage/migrations.rst @@ -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 -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