[Pkg-owncloud-commits] [owncloud] 16/44: let's name the column 'select' because this is a keyword on all platforms

David Prévot taffit at moszumanska.debian.org
Fri Mar 7 13:27:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit aff7594ef30e747bb349133d77cc7d7b42d032c3
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Wed Feb 26 20:47:07 2014 +0100

    let's name the column 'select' because this is a keyword on all platforms
---
 tests/data/db_structure.xml  | 2 +-
 tests/data/db_structure2.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/data/db_structure.xml b/tests/data/db_structure.xml
index 27e9d81..fdca022 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 aa6e94a..568d90a 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list