Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml7
1 files changed, 6 insertions, 1 deletions
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>