This commit is contained in:
Georg Ehrke 2012-07-07 15:18:50 +02:00
Родитель c067930856
Коммит acb196e17f
1 изменённых файлов: 26 добавлений и 0 удалений

Просмотреть файл

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