From 64d4d57615f1002d3993cc319959c2b97e4f6775 Mon Sep 17 00:00:00 2001 From: "Martin T. H. Sandsmark" Date: Fri, 16 Jul 2010 11:36:03 +0200 Subject: fix permissions, start to implement private data api --- db_structure.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) mode change 100755 => 100644 db_structure.xml (limited to 'db_structure.xml') diff --git a/db_structure.xml b/db_structure.xml old mode 100755 new mode 100644 index 7efb722bd72..51ab9210933 --- a/db_structure.xml +++ b/db_structure.xml @@ -7,6 +7,37 @@ latin1 + + *dbprefix*privatedata + + + key + text + + true + 64 + + + value + text + false + + + timestamp + timestamp + true + + + timestamp + false + + timestamp + ascending + + + +
+ *dbprefix*groups -- cgit v1.2.3