[CORE] MySQL 5.5 support fully restored

This commit is contained in:
Diogo Cordeiro
2019-07-25 15:35:24 +01:00
parent 46be9b76ef
commit d1fc7c0774
3 changed files with 3 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ class Usage_stats extends Managed_DataObject
'fields' => [
'type' => ['type' => 'varchar', 'length' => 191, 'description' => 'Type of countable entity'],
'count' => ['type' => 'int', 'size' => 'int', 'default' => 0, 'description' => 'Number of entities of this type'],
'modified' => ['type' => 'timestamp', 'not null' => true, 'default' => 'CURRENT_TIMESTAMP', 'description' => 'date this record was modified'],
'modified' => ['type' => 'timestamp', 'not null' => true, 'description' => 'date this record was modified'],
],
'primary key' => ['type'],
'unique keys' => [