-
- Downloads
Fix unable to migrate to 49 due to v49.00-059 migration (#40547)
* In #37160 we added a migration to convert all datetime columns to timestamp with time zone by using a fixed list of what to convert. but it turns out some customer instances has a different list. So this PR removed the fixed list and use a query to get a list of all datetime columns.
Please register or sign in to comment