https://github.com/rails/rails/releases/tag/v7.0.5 https://github.com/rails/rails/releases/tag/v7.0.6 割と非互換な変更が多いのでまとめておく has_one関連でのcreate_associationの挙動変更 https://github.com/rails/rails/pull/46386 のバックポートがさりげなくv7.0.5, v7.0.6に入っている code:ruby ActiveRecord::Schema.define do create_table(:suppliers, force: true) do |t| end create_table(:accounts, force: true) do |t| t.references :supplier, index: {