[Pkg-owncloud-commits] [owncloud] 183/239: db-doc: locks description

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 5450d166b0eb86e583ceef219bf1bf76d90a6178
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 21:15:23 2013 +0100

    db-doc: locks description
---
 db_structure.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index a55cc18..34ea742 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -577,7 +577,9 @@
 	</table>
 
 	<table>
-
+		<!--
+		Locks held by WebDAV clients via OC_Connector_Sabre_Locks.
+		-->
 		<name>*dbprefix*locks</name>
 
 		<declaration>
@@ -592,6 +594,7 @@
 				<length>4</length>
 			</field>
 
+			<!-- Foreign Key users::uid -->
 			<field>
 				<name>userid</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