extend configkey column to hold 128bit values
This commit is contained in:
parent
ae1f33db54
commit
22fa23b4da
2 changed files with 2 additions and 2 deletions
|
@ -395,7 +395,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>true</notnull>
|
||||
<length>64</length>
|
||||
<length>128</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
@ -83,7 +83,7 @@ class OC_Util {
|
|||
*/
|
||||
public static function getVersion() {
|
||||
// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4.90.0. This is not visible to the user
|
||||
return array(4,91,00);
|
||||
return array(4,91,01);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue