db-doc: preferences description

This commit is contained in:
Andreas Fischer 2013-11-26 21:18:18 +01:00
parent 5450d166b0
commit 035199acab
1 changed files with 6 additions and 1 deletions

View File

@ -659,11 +659,16 @@
</table>
<table>
<!--
Namespaced Key-Value Store for User Preferences
- Keys are namespaced per userid and appid.
- E.g. (admin, files, cache_version) -> 5
-->
<name>*dbprefix*preferences</name>
<declaration>
<!-- Foreign Key users::uid -->
<field>
<name>userid</name>
<type>text</type>