[Managed_DataObject] Remove the "timestamp" type
It is converted to "datetime" in lib/database/schema.php
This commit is contained in:
parent
2abe910ff5
commit
99da7963d1
|
@ -246,7 +246,6 @@ abstract class Managed_DataObject extends Memcached_DataObject
|
|||
'date' => DB_DATAOBJECT_DATE,
|
||||
'time' => DB_DATAOBJECT_TIME,
|
||||
'datetime' => DB_DATAOBJECT_DATE | DB_DATAOBJECT_TIME,
|
||||
'timestamp' => DB_DATAOBJECT_MYSQLTIMESTAMP,
|
||||
];
|
||||
|
||||
if (isset($formatStyles[$type])) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user