Skip to content

Commit

Permalink
Fix issue trying to migrate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sirwolfgang committed May 14, 2024
1 parent 1db68f9 commit e668c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/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.0].define(version: 2024_04_25_081448) do
ActiveRecord::Schema.define(version: 2024_04_25_081448) do
create_table "dummy_products", force: :cascade do |t|
t.string "currency"
t.integer "price_cents"
Expand Down

0 comments on commit e668c17

Please sign in to comment.