Skip to content

Commit

Permalink
Update test schema for Rails 6.1 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 22, 2023
1 parent a0a9c4e commit a94c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2023_12_15_202924) do
ActiveRecord::Schema[6.1].define(version: 2023_12_15_202924) do
create_table "accounts", force: :cascade do |t|
t.string "name"
t.datetime "created_at", null: false
Expand Down

0 comments on commit a94c79a

Please sign in to comment.