Change length of etag field to 40
This commit is contained in:
parent
96e08a1d96
commit
29b82ccdf3
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>250</length>
|
||||
<length>40</length>
|
||||
</field>
|
||||
|
||||
<index>
|
||||
|
|
Loading…
Reference in a new issue