why was all the datetime fields switched to int without migr
Posted: 15 Sep 2010, 15:16
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.