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

github.com/nextcloud/survey_server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-01-02 18:51:54 +0300
committerGitHub <noreply@github.com>2018-01-02 18:51:54 +0300
commita8f883a1bcc327fbf5218396d3aa67d529759c65 (patch)
tree71c3a13afbb39abd5d8f601f421d62e043ffc60c
parent9b487505954bd4e674996facb91c00dc2c54ecc2 (diff)
parent9c9a74e762d234d02ebfda4478d9e22abf9bd639 (diff)
Merge pull request #22 from nextcloud/add-index-on-source
Add index on source column
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index a96f4dc..ba025ea 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -50,6 +50,12 @@
<sorting>ascending</sorting>
</field>
</index>
+ <index>
+ <name>ss_source</name>
+ <field>
+ <name>source</name>
+ </field>
+ </index>
</declaration>
</table>
</database>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f612289..487fd97 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>Collects information from other Nextcloud servers about enabled apps, settings, etc and visualize them</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
- <version>0.1.4</version>
+ <version>0.1.5</version>
<namespace>Survey_Server</namespace>
<category>other</category>
<dependencies>