Skip to content
Snippets Groups Projects
Commit acb196e1 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

add group_admin table

parent c0679308
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment