From e73681f79da0b482664b8b040e97598b1214f9db Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 3 Jan 2019 22:20:30 +0100 Subject: [PATCH] Fix tutorial and link to migrations Signed-off-by: Roeland Jago Douma --- developer_manual/app/tutorial.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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