diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index eae2631e1..bd3f49a93 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -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 ` - 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 ` +by creating a file **ownnotes/lib/Migration/VersionXXYYZZDateYYYYMMDDHHSSAA**, +so for example **ownnotes/lib/Migration/Version000000Date20181224140601**"" .. code-block:: php