[Pkg-owncloud-commits] [owncloud] 178/239: db-doc: group_user 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 46e32b08c0f0e3b4f28ac9961959c4d37b5b17b5
Author: Andreas Fischer <bantu at owncloud.com>
Date: Tue Nov 26 20:50:21 2013 +0100
db-doc: group_user description
---
db_structure.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/db_structure.xml b/db_structure.xml
index d77e53c..39233a7 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -446,11 +446,16 @@
</table>
<table>
-
+ <!--
+ Stores which groups have which users as members in an n:m relationship.
+ - Maps group id (gid) to a set of users (uid)
+ - Maps user id (uid) to a set of groups (gid) (but without index)
+ -->
<name>*dbprefix*group_user</name>
<declaration>
+ <!-- Foreign Key groups::gid -->
<field>
<name>gid</name>
<type>text</type>
@@ -459,6 +464,7 @@
<length>64</length>
</field>
+ <!-- Foreign Key users::uid -->
<field>
<name>uid</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