mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update tutorial.rst, fixes #1500
DB Migration files have to end with ".php" Fixes https://github.com/nextcloud/documentation/issues/1500
This commit is contained in:
parent
9f19c354d0
commit
a170a77645
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user