diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 19:30:59 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 19:30:59 +0100 |
commit | ad603388ca32492d9fd413237b7b5c8b797067c6 (patch) | |
tree | e15f84a922b6d91fef5582468289e1b62fd8f3cd /db_structure.xml | |
parent | 7d1f67b7a95734fc9e703d5c1f32807b04b7c18d (diff) | |
download | nextcloud-server-ad603388ca32492d9fd413237b7b5c8b797067c6.tar.gz nextcloud-server-ad603388ca32492d9fd413237b7b5c8b797067c6.zip |
db-doc: mimetypes description
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
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> |