Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#548 closed improvement (fixed)

Change timestamp to datetime in MySQL

Reported by: car031 Owned by:
Priority: trivial Milestone: 7.2.1
Component: Core Version: 7.2
Keywords: Cc:

Description

change the timestamp data type to datetime in MySQL.

alter table ld_document MODIFY column ld_sourcedate datetime;
alter table ld_version MODIFY column ld_sourcedate datetime;

Change History (2)

comment:1 by car031, 11 years ago

Resolution: fixed
Status: newclosed

comment:2 by car031, 11 years ago

Version: 7.2
Note: See TracTickets for help on using tickets.