mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix version documentation (appinfo/version is deprecated)
Signed-off-by: Joas Schilling <coding@schilljs.com>
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