diff --git a/db_structure.xml b/db_structure.xml index 94567b4d53928c31a4ba503baf2c10d3211a88dc..f6dedab0a1302a91fe31c5f0d60736262bf02ec3 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -233,6 +233,32 @@ </table> + <table> + + <name>*dbprefix*group_admin</name> + + <declaration> + + <field> + <name>gid</name> + <type>text</type> + <default></default> + <notnull>true</notnull> + <length>64</length> + </field> + + <field> + <name>uid</name> + <type>text</type> + <default></default> + <notnull>true</notnull> + <length>64</length> + </field> + + </declaration> + + </table> + <table> <name>*dbprefix*groups</name>