[Pkg-owncloud-commits] [owncloud] 175/239: Prettier ASCII lists. ^^
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 ea2628249329ef2e94cf2613ba12fe79ed7ab856
Author: Andreas Fischer <bantu at owncloud.com>
Date: Tue Nov 26 20:27:51 2013 +0100
Prettier ASCII lists. ^^
---
db_structure.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/db_structure.xml b/db_structure.xml
index ba8acab..623264e 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>
--
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