Add expiration column to share table and bump version number

This commit is contained in:
Michael Gapczynski 2012-09-12 01:01:45 -04:00
parent 6c29334b48
commit b194ac3dde
2 changed files with 8 additions and 1 deletions

View File

@ -563,6 +563,13 @@
<length>1</length>
</field>
<field>
<name>expiration</name>
<type>timestamp</type>
<default></default>
<notnull>false</notnull>
</field>
</declaration>
</table>

View File

@ -75,7 +75,7 @@ class OC_Util {
* @return array
*/
public static function getVersion(){
return array(4,82,4);
return array(4,82,5);
}
/**