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:
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml6
1 files changed, 6 insertions, 0 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>