diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 18:57:39 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 18:57:39 +0100 |
commit | 7d1f67b7a95734fc9e703d5c1f32807b04b7c18d (patch) | |
tree | 4ee13b6f183b5b654f5074b1e0df83fc4b980f23 /db_structure.xml | |
parent | a018dacac2fb8df6f5a92bf005206e0068801890 (diff) | |
download | nextcloud-server-7d1f67b7a95734fc9e703d5c1f32807b04b7c18d.tar.gz nextcloud-server-7d1f67b7a95734fc9e703d5c1f32807b04b7c18d.zip |
db-doc: storages description
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 1b72385787b..46f92fd61c4 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -66,7 +66,13 @@ </table> <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 + --> <name>*dbprefix*storages</name> <declaration> |