[stable16] Update tutorial.rst, fixes #1500 (#1533)

[stable16] Update tutorial.rst, fixes #1500
This commit is contained in:
John Molakvoæ 2019-07-02 07:16:25 +02:00 committed by GitHub
commit 1b973bf65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,8 +212,8 @@ 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/migrations>`
by creating a file **ownnotes/lib/Migration/VersionXXYYZZDateYYYYMMDDHHSSAA**,
so for example **ownnotes/lib/Migration/Version000000Date20181224140601**""
by creating a file **ownnotes/lib/Migration/VersionXXYYZZDateYYYYMMDDHHSSAA.php**,
so for example **ownnotes/lib/Migration/Version000000Date20181224140601.php**""
.. code-block:: php