Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Some tests modify the `ActiveRecord.default_timezone` which has an influence on column information. It used to work before because the type (.e.g Type::DateTime) was not included in the Column object. Now that the type is included and that a Column is cached, we'd grab whatever type was in the cached column. So we have to force a reloading of the schema cache in order for whenver `ActiveRecord.default_timezone` is modified.
- Loading branch information