Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-11-13 13:18:52 +0300
committerJulius Härtl <jus@bitgrid.net>2020-11-13 17:31:57 +0300
commit22a29a06cc5ed8f3c7501903c61998af286e0580 (patch)
tree547e68b704055cdecbc5c24950a6076f76a40ad4 /appinfo
parentf7296a4861aaff8d5736609e6eed3a7206995808 (diff)
Add command to migrate tables to bigint
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 38cbe9c4..c2dde3fa 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,8 +35,9 @@ You can also edit your documents off-line with the Collabora Office app from the
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
</background-jobs>
<commands>
- <command>OCA\Richdocuments\Command\UpdateEmptyTemplates</command>
<command>OCA\Richdocuments\Command\ActivateConfig</command>
+ <command>OCA\Richdocuments\Command\ConvertToBigInt</command>
+ <command>OCA\Richdocuments\Command\UpdateEmptyTemplates</command>
</commands>
<settings>
<admin>OCA\Richdocuments\Settings\Admin</admin>