diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index 377363b7eea..1b72385787b 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -9,6 +9,11 @@ <table> + <!-- + Namespaced Key-Value Store for Application Configuration. + - Keys are namespaced per appid. + - E.g. (core, global_cache_gc_lastrun) -> 1385463286 + --> <name>*dbprefix*appconfig</name> <declaration> |