extend configkey column to hold 128bit values

remotes/origin/stable5
Michael Göhler 13 years ago
parent ae1f33db54
commit 22fa23b4da
  1. 2
      db_structure.xml
  2. 2
      lib/util.php

@ -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…
Cancel
Save