Skip to content

Commit e668c17

Browse files
committed
Fix issue trying to migrate CI
1 parent 1db68f9 commit e668c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/db/schema.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.0].define(version: 2024_04_25_081448) do
13+
ActiveRecord::Schema.define(version: 2024_04_25_081448) do
1414
create_table "dummy_products", force: :cascade do |t|
1515
t.string "currency"
1616
t.integer "price_cents"

0 commit comments

Comments
 (0)