Browse Source
Change nullable of filecache.etag and permissions.user
remotes/origin/stable6
Bart Visscher
13 years ago
1 changed files with
2 additions and
2 deletions
-
db_structure.xml
|
|
|
@ -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> |
|
|
|
|
|
|
|
|