Thomas Brennetotblog.brennetot.com·Sep 3, 2024Rails 7.0 schema.rb changesDuring a recent (and first) upgrade of Rails to 7.0, I found a lot of changes in the schema.rb file. There is the self explanatory one: add versioning to the schema file. And the noisy change of every single datatime field's precision attribute. Lo...rails upgrade