From: Michael Gapczynski Date: Wed, 12 Sep 2012 05:01:45 +0000 (-0400) Subject: Add expiration column to share table and bump version number X-Git-Tag: v4.5.0beta3~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b194ac3ddeeab6ce923a313725b3ce85fe849baa;p=nextcloud-server.git Add expiration column to share table and bump version number --- diff --git a/db_structure.xml b/db_structure.xml index 8c96fa7c39c..d4299e1e8a5 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -563,6 +563,13 @@ 1 + + expiration + timestamp + + false + + diff --git a/lib/util.php b/lib/util.php index 3b2f476ada2..01f53cb2f38 100755 --- a/lib/util.php +++ b/lib/util.php @@ -75,7 +75,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(4,82,4); + return array(4,82,5); } /**