diff options
-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> |