Cache: add seccond mtime field

remotes/origin/stable6
Robin Appelman 12 years ago
parent 1c56539c01
commit 9c1196d73e
  1. 8
      db_structure.xml
  2. 2
      lib/util.php

@ -261,6 +261,14 @@
<length>4</length>
</field>
<field>
<name>storage_mtime</name>
<type>integer</type>
<default></default>
<notnull>true</notnull>
<length>4</length>
</field>
<field>
<name>encrypted</name>
<type>integer</type>

@ -74,7 +74,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, 9);
return array(4, 91, 10);
}
/**

Loading…
Cancel
Save