[Pkg-owncloud-commits] [owncloud] 172/239: db-doc: mimetypes 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 ad603388ca32492d9fd413237b7b5c8b797067c6
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Tue Nov 26 19:30:59 2013 +0100

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

diff --git a/db_structure.xml b/db_structure.xml
index 46f92fd..ef161de 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -169,7 +169,12 @@
 	</table>
 
 	<table>
-
+		<!--
+		Bidirectional Map for Mimetypes and Mimetype Id
+		- Assigns each mimetype (and supertype) a unique mimetype id integer.
+		- E.g.     application <-> 5
+		- E.g. application/pdf <-> 6
+		-->
 		<name>*dbprefix*mimetypes</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