From acb196e17fb6d01a808e8758b5f852447cc03d99 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Sat, 7 Jul 2012 15:18:50 +0200 Subject: add group_admin table --- db_structure.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'db_structure.xml') diff --git a/db_structure.xml b/db_structure.xml index 94567b4d539..f6dedab0a13 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -233,6 +233,32 @@ + + + *dbprefix*group_admin + + + + + gid + text + + true + 64 + + + + uid + text + + true + 64 + + + + +
+ *dbprefix*groups -- cgit v1.2.3