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:
authorAndreas Fischer <bantu@owncloud.com>2013-11-26 23:27:51 +0400
committerAndreas Fischer <bantu@owncloud.com>2013-11-26 23:27:51 +0400
commitea2628249329ef2e94cf2613ba12fe79ed7ab856 (patch)
tree52e52da131441f08f723c27895425a8dd4a514aa /db_structure.xml
parent421a1e69dc61924a3bcfc7302c387c7ed34eac8e (diff)
Prettier ASCII lists. ^^
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/db_structure.xml b/db_structure.xml
index ba8acaba923..623264e32c0 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -11,8 +11,8 @@
<!--
Namespaced Key-Value Store for Application Configuration.
- - Keys are namespaced per appid.
- - E.g. (core, global_cache_gc_lastrun) -> 1385463286
+ - Keys are namespaced per appid.
+ - E.g. (core, global_cache_gc_lastrun) -> 1385463286
-->
<name>*dbprefix*appconfig</name>
@@ -68,10 +68,10 @@
<table>
<!--
Bidirectional Map for Storage Names and Storage Ids.
- - Assigns each storage name a unique storage id integer.
- - Long storage names are hashed.
- - E.g. local::/tmp/ <-> 2
- - E.g. b5db994aa8c6625100e418406c798269 <-> 27
+ - Assigns each storage name a unique storage id integer.
+ - Long storage names are hashed.
+ - E.g. local::/tmp/ <-> 2
+ - E.g. b5db994aa8c6625100e418406c798269 <-> 27
-->
<name>*dbprefix*storages</name>
@@ -171,9 +171,9 @@
<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
+ - Assigns each mimetype (and supertype) a unique mimetype id integer.
+ - E.g. application <-> 5
+ - E.g. application/pdf <-> 6
-->
<name>*dbprefix*mimetypes</name>