Change nullable of filecache.etag and permissions.user

This commit is contained in:
Bart Visscher 2013-06-26 18:07:53 +02:00
parent fae3cf1a87
commit 21f87d63cf
1 changed files with 2 additions and 2 deletions

View File

@ -308,7 +308,7 @@
<name>etag</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>40</length>
</field>
@ -383,7 +383,7 @@
<name>user</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>