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>2019-05-02 15:47:44 +0300
committerGitHub <noreply@github.com>2019-05-02 15:47:44 +0300
commitbab5180807840b1a89eb82692b09fd9c5e5c4312 (patch)
tree211167a6ae31c64f69f217ac648bdc83a3a29323 /appinfo
parentbb1e87dc8fd2b85d187514e27e2da60bc1c08b3b (diff)
parentce2ec99d890f1b24b468abbe7ff76fe14d9c567a (diff)
Nextcloud version bump and code cleanup (#470)
Nextcloud version bump and code cleanup
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml55
-rw-r--r--appinfo/info.xml2
2 files changed, 1 insertions, 56 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 1a33e72f..61dd5f64 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -4,61 +4,6 @@
<create>true</create>
<overwrite>false</overwrite>
<charset>utf8</charset>
- <table>
- <name>*dbprefix*richdocuments_member</name>
- <declaration>
-
- <field>
- <name>member_id</name>
- <type>integer</type>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <unsigned>true</unsigned>
- <length>4</length>
- <comments>Unique per user and session</comments>
- </field>
- <field>
- <name>uid</name>
- <type>text</type>
- <length>64</length>
- </field>
- <field>
- <name>color</name>
- <type>text</type>
- <length>32</length>
- </field>
- <field>
- <name>last_activity</name>
- <type>integer</type>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
- <field>
- <name>is_guest</name>
- <type>integer</type>
- <default>0</default>
- <notnull>true</notnull>
- <unsigned>true</unsigned>
- <length>1</length>
- </field>
- <field>
- <name>token</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>32</length>
- </field>
- <field>
- <name>status</name>
- <type>integer</type>
- <default>1</default>
- <notnull>true</notnull>
- <unsigned>true</unsigned>
- <length>1</length>
- </field>
-
- </declaration>
- </table>
<table>
<name>*dbprefix*richdocuments_wopi</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 37406a09..6ee8d8a8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -25,7 +25,7 @@
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies>
- <nextcloud min-version="13" max-version="16" />
+ <nextcloud min-version="15" max-version="16" />
</dependencies>
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>