[Pkg-owncloud-commits] [owncloud] 169/239: db-doc: storages description

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:34 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 7d1f67b7a95734fc9e703d5c1f32807b04b7c18d
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 18:57:39 2013 +0100

    db-doc: storages description
---
 db_structure.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index 1b72385..46f92fd 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -66,7 +66,13 @@
 	</table>
 
 	<table>
-
+		<!--
+		Bidirectional Map for Storage Names and Storage Ids.
+		- Assigns each storage name a unique storage id integer.
+		- Long storage names are hashed.
+		- E.g.                     local::/tmp/ <-> 2
+		- E.g. b5db994aa8c6625100e418406c798269 <-> 27
+		-->
 		<name>*dbprefix*storages</name>
 
 		<declaration>

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