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-26 23:47:07 +0400
commit230e5e3788f8289447602b70e2445c134e532e0d (patch)
tree3702f51fb2f58b2c25b64233ae6a6de2206999ca /tests
parent459b5086d56d97b2ccf42b1fd50a7924883b6c7a (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 5fffd5475f9..858c9ab1002 100644
--- a/tests/data/db_structure.xml
+++ b/tests/data/db_structure.xml
@@ -229,7 +229,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>