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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-26 23:47:07 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-27 01:14:44 +0400
commitaff7594ef30e747bb349133d77cc7d7b42d032c3 (patch)
tree72575573f165b8144762e0d85de33d0c9c8be271 /tests
parent5e586995a8a38631bf118cd8b4f9c7631f25642c (diff)
let's name the column 'select' because this is a keyword on all platforms
Diffstat (limited to 'tests')
-rw-r--r--tests/data/db_structure.xml2
-rw-r--r--tests/data/db_structure2.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml
index 27e9d811a57..fdca0224c6c 100644
--- a/tests/data/db_structure.xml
+++ b/tests/data/db_structure.xml
@@ -228,7 +228,7 @@
<declaration>
<field>
- <name>key</name>
+ <name>select</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
diff --git a/tests/data/db_structure2.xml b/tests/data/db_structure2.xml
index aa6e94a2a84..568d90ab0a9 100644
--- a/tests/data/db_structure2.xml
+++ b/tests/data/db_structure2.xml
@@ -125,7 +125,7 @@
<declaration>
<field>
- <name>key</name>
+ <name>select</name>
<type>text</type>
<default></default>
<notnull>false</notnull>