From a018dacac2fb8df6f5a92bf005206e0068801890 Mon Sep 17 00:00:00 2001 From: Andreas Fischer <bantu@owncloud.com> Date: Tue, 26 Nov 2013 18:39:19 +0100 Subject: [PATCH] db-doc: appconfig description --- db_structure.xml | 5 +++++ 1 file changed, 5 insertions(+) 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> -- GitLab