From 40b99734d3413ecee7c7ae1d71868c801b7c4188 Mon Sep 17 00:00:00 2001 From: Björn Schießle Date: Mon, 25 Apr 2016 14:56:11 +0200 Subject: introduce accounts table and keep it up-to-date with the data added to the personal settings Signed-off-by: Roeland Jago Douma --- db_structure.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'db_structure.xml') diff --git a/db_structure.xml b/db_structure.xml index c7e1e072a8e..545628a9233 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -2113,4 +2113,36 @@ + + + *dbprefix*accounts + + + + uid + text + + true + 64 + + + data + clob + + true + + + + uid_index + true + true + + uid + ascending + + + + +
+ -- cgit v1.2.3