add group_admin table

This commit is contained in:
Georg Ehrke 2012-07-07 15:18:50 +02:00
parent c067930856
commit acb196e17f

View file

@ -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>