From ad603388ca32492d9fd413237b7b5c8b797067c6 Mon Sep 17 00:00:00 2001
From: Andreas Fischer <bantu@owncloud.com>
Date: Tue, 26 Nov 2013 19:30:59 +0100
Subject: [PATCH] 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 46f92fd61c4..ef161ded509 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>
-- 
GitLab