Closed (outdated)
Project:
Drupal IM
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Apr 2009 at 02:07 UTC
Updated:
3 Oct 2022 at 12:49 UTC
Jump to comment: Most recent
table im_msg
column sent_time:
declared: array('type' => 'datetime', 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'datetime', 'not null' => TRUE, 'default' => '0000-00-00 00:00:00')
column received_time:
declared: array('type' => 'datetime', 'not null' => TRUE, 'default' => 0)
actual: array('type' => 'datetime', 'not null' => TRUE, 'default' => '0000-00-00 00:00:00')
how to do?
thank you
Comments
Comment #1
oib commented