mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Merge pull request #195 from nextcloud/fix-version-docs
Fix version documentation (appinfo/version is deprecated)
This commit is contained in:
@@ -88,7 +88,7 @@ description
|
||||
|
||||
version
|
||||
-------
|
||||
Contains the version of your app. Please also provide the same version in the :file:`appinfo/version`.
|
||||
Contains the version of your app.
|
||||
|
||||
licence
|
||||
-------
|
||||
|
||||
@@ -50,4 +50,4 @@ An example database XML file would look like this:
|
||||
</table>
|
||||
</database>
|
||||
|
||||
To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/version` to trigger an update.
|
||||
To update the tables used by the app, simply adjust the database.xml file and increase the app version number in :file:`appinfo/info.xml` to trigger an update.
|
||||
|
||||
Reference in New Issue
Block a user