mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
db-doc: storages description
This commit is contained in:
parent
a018dacac2
commit
7d1f67b7a9
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue