]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[DATABASE] Revert accidental regression introduced with 9a39ebe66f
authorDiogo Cordeiro <diogo@fc.up.pt>
Fri, 14 Jun 2019 10:59:21 +0000 (11:59 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Fri, 14 Jun 2019 11:00:10 +0000 (12:00 +0100)
classes/Profile_list.php
lib/framework.php

index e1e02da23c0265ffd08808927776601718775c9c..72dcf6bf3568e876f8c83b938f02edb9aaff3854 100644 (file)
@@ -48,7 +48,7 @@ class Profile_list extends Managed_DataObject
                 'description' => array('type' => 'text', 'description' => 'description of the people tag'),
                 'private' => array('type' => 'int', 'size' => 'tiny', 'default' => 0, 'description' => 'is this tag private'),
 
-                'created' => array('type' => 'timestamp', 'not null' => true, 'default' => 'CURRENT_TIMESTAMP', 'description' => 'date the tag was added'),
+                'created' => array('type' => 'timestamp', 'not null' => true, 'description' => 'date the tag was added'),
                 'modified' => array('type' => 'timestamp', 'not null' => true, 'default' => 'CURRENT_TIMESTAMP', 'description' => 'date the tag was modified'),
 
                 'uri' => array('type' => 'varchar', 'length' => 191, 'description' => 'universal identifier'),
index 43aa0ade085563cb0a951095adce6e0cf031b0d9..a7a3bac058e90c7fa1dd468248ad3cbd56fecd0f 100644 (file)
@@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die();
 define('GNUSOCIAL_ENGINE', 'GNU social');
 define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/');
 
-define('GNUSOCIAL_BASE_VERSION', '1.20.1');
+define('GNUSOCIAL_BASE_VERSION', '1.20.2');
 define('GNUSOCIAL_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release'
 
 define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE);