diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 18:39:19 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 18:39:19 +0100 |
commit | a018dacac2fb8df6f5a92bf005206e0068801890 (patch) | |
tree | 5f151e153e4f7c2f1e7ea9fa9c2ca10418d31c84 /db_structure.xml | |
parent | e2ca88af5ed5f57f8e4328221280c95973171039 (diff) | |
download | nextcloud-server-a018dacac2fb8df6f5a92bf005206e0068801890.tar.gz nextcloud-server-a018dacac2fb8df6f5a92bf005206e0068801890.zip |
db-doc: appconfig description
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> |