From 817c1802296fc092810feff17951ff55e33641ff Mon Sep 17 00:00:00 2001 From: githubkoma Date: Mon, 17 Jun 2019 09:49:11 +0200 Subject: [PATCH] Update tutorial.rst, fixes #1500 DB Migration files have to end with ".php" Fixes https://github.com/nextcloud/documentation/issues/1500 --- developer_manual/app/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/tutorial.rst b/developer_manual/app/tutorial.rst index bd3f49a93..5c8dc4396 100644 --- a/developer_manual/app/tutorial.rst +++ b/developer_manual/app/tutorial.rst @@ -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 ` -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