spec/support/v5.2/db/schema.rb in sorbet-rails-0.5.0 vs spec/support/v5.2/db/schema.rb in sorbet-rails-0.5.1

- old
+ new

@@ -9,10 +9,10 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2019_06_22_000000) do +ActiveRecord::Schema.define(version: 2019_06_20_000004) do create_table "spell_books", force: :cascade do |t| t.string "name" t.integer "wizard_id" t.index ["wizard_id"], name: "index_spell_books_on_wizard_id"