mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Fix version documentation (appinfo/version is deprecated)
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
dda1029b5a
commit
e96b10b093
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user