Fix code according to blizzz' notes

This commit is contained in:
Christian Weiske
2014-01-09 21:45:52 +01:00
parent 690a579a26
commit 350afe2d27
6 changed files with 11 additions and 9 deletions

View File

@@ -17,15 +17,15 @@
<name>backend</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
<notnull>false</notnull>
<length>128</length>
</field>
<field>
<name>uid</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>