[Pkg-owncloud-commits] [owncloud] 177/239: Remove the dbprefix from comments. It has no information.

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:35 UTC 2013


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

taffit pushed a commit to branch master
in repository owncloud.

commit 6da5b05176b8de8d05e2c3e2998d96d4f3d96957
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 20:42:15 2013 +0100

    Remove the dbprefix from comments. It has no information.
---
 db_structure.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index ab33a48..d77e53c 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -233,7 +233,7 @@
 				<length>4</length>
 			</field>
 
-			<!-- Foreign Key *dbprefix*storages::numeric_id -->
+			<!-- Foreign Key storages::numeric_id -->
 			<field>
 				<name>storage</name>
 				<type>integer</type>
@@ -258,7 +258,7 @@
 				<length>32</length>
 			</field>
 
-			<!-- Foreign Key *dbprefix*filecache::fileid -->
+			<!-- Foreign Key filecache::fileid -->
 			<field>
 				<name>parent</name>
 				<type>integer</type>
@@ -275,7 +275,7 @@
 				<length>250</length>
 			</field>
 
-			<!-- Foreign Key *dbprefix*mimetypes::id -->
+			<!-- Foreign Key mimetypes::id -->
 			<field>
 				<name>mimetype</name>
 				<type>integer</type>
@@ -284,7 +284,7 @@
 				<length>4</length>
 			</field>
 
-			<!-- Foreign Key *dbprefix*mimetypes::id -->
+			<!-- Foreign Key mimetypes::id -->
 			<field>
 				<name>mimepart</name>
 				<type>integer</type>
@@ -403,7 +403,7 @@
 
 		<declaration>
 
-			<!-- Foreign Key *dbprefix*filecache::fileid -->
+			<!-- Foreign Key filecache::fileid -->
 			<field>
 				<name>fileid</name>
 				<type>integer</type>
@@ -412,7 +412,7 @@
 				<length>4</length>
 			</field>
 
-			<!-- Foreign Key *dbprefix*users::uid -->
+			<!-- Foreign Key users::uid -->
 			<field>
 				<name>user</name>
 				<type>text</type>

-- 
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