]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add expiration column to share table and bump version number
authorMichael Gapczynski <mtgap@owncloud.com>
Wed, 12 Sep 2012 05:01:45 +0000 (01:01 -0400)
committerMichael Gapczynski <mtgap@owncloud.com>
Wed, 12 Sep 2012 05:01:45 +0000 (01:01 -0400)
db_structure.xml
lib/util.php

index 8c96fa7c39c5a7cbe9093333467f9da473c4204e..d4299e1e8a5513d9d504c3b0d74582882fad69bc 100644 (file)
     <length>1</length>
    </field>
 
+   <field>
+    <name>expiration</name>
+    <type>timestamp</type>
+    <default></default>
+    <notnull>false</notnull>
+   </field>
+   
   </declaration>
 
  </table>
index 3b2f476ada26d4983fcfd63476574ef5bddb7410..01f53cb2f38a1724595a064ecaeb0a57ce9bf690 100755 (executable)
@@ -75,7 +75,7 @@ class OC_Util {
         * @return array
         */
        public static function getVersion(){
-               return array(4,82,4);
+               return array(4,82,5);
        }
 
        /**