test/dummy/db/schema.rb in simple_calendar-3.0.1 vs test/dummy/db/schema.rb in simple_calendar-3.0.2

- old
+ new

@@ -8,10 +8,10 @@ # migrations from scratch. Old migrations may fail to apply correctly if those # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.0].define(version: 2022_09_30_184313) do +ActiveRecord::Schema.define(version: 2022_09_30_184313) do create_table "meetings", force: :cascade do |t| t.string "name" t.datetime "start_time", precision: nil t.datetime "end_time", precision: nil t.datetime "created_at", null: false