why was all the datetime fields switched to int without migr

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
gnewtzie
Posts: 4
Joined: 01 Sep 2010, 15:31

why was all the datetime fields switched to int without migr

Post by gnewtzie »

my question is why was the datetime field changed to int and the data wasn't migrated? I upgraded from 1.1.8 to 1.2.3 and had to run the database scripts manually. After the upgrade all the last updated fields are 1969-12-31. Why would you create the new field, drop the old constraints and field then rename it without migrating the data over? This pretty much stops me from ever upgrading the actual instance to any new version.
atrol
Site Admin
Posts: 8567
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: why was all the datetime fields switched to int without

Post by atrol »

The data is migrated. There is a function install_date_migrate which is called during update when using admin/install.php
Please use Search before posting and read the Manual
Post Reply