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

- old
+ new

@@ -8,14 +8,14 @@ # 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.define(version: 2022_09_30_184313) do +ActiveRecord::Schema[7.0].define(version: 2022_09_30_184313) do create_table "meetings", force: :cascade do |t| t.string "name" - t.datetime "start_time" - t.datetime "end_time" + t.datetime "start_time", precision: nil + t.datetime "end_time", precision: nil t.datetime "created_at", null: false t.datetime "updated_at", null: false end end