Fix tutorial and link to migrations

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-01-03 22:20:30 +01:00 committed by Backportbot
parent c62d77402d
commit e73681f79d

View File

@ -211,9 +211,9 @@ Database
--------
Now that the routes are set up and connected the notes should be saved in the
database. To do that first create a :doc:`database migration <storage/migration>`
by creating a file **ownnotes/lib/Migration/VersionXXYYZZDateYYYYMMDDHHSSAA**,
so for example **ownnotes/lib/Migration/Version000000Date20181224140601**""
database. To do that first create a :doc:`database migration <storage/migrations>`
by creating a file **ownnotes/lib/Migration/VersionXXYYZZDateYYYYMMDDHHSSAA**,
so for example **ownnotes/lib/Migration/Version000000Date20181224140601**""
.. code-block:: php