Browse Source

db-doc: preferences description

remotes/origin/stable6
Andreas Fischer 12 years ago
parent
commit
035199acab
  1. 7
      db_structure.xml

7
db_structure.xml

@ -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>

Loading…
Cancel
Save