Skip to content

Commit

Permalink
Remove schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
virolea committed Sep 20, 2024
1 parent 05c3fc4 commit bdcdb9a
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.2].define(version: 2024_09_20_134441) do
ActiveRecord::Schema.define(version: 2024_09_20_134441) do
create_table "rosetta_locales", force: :cascade do |t|
t.string "name"
t.string "code"
Expand Down

0 comments on commit bdcdb9a

Please sign in to comment.