Skip to content

Commit e271127

Browse files
committed
Dont't specify migration version in schema.db for the Dummy app to let it work with any version
1 parent 1ca6a50 commit e271127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/db/schema.rb

Lines changed: 1 addition & 1 deletion
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[8.1].define(version: 2018_07_04_211100) do
13+
ActiveRecord::Schema.define(version: 2018_07_04_211100) do
1414
create_table "comments", force: :cascade do |t|
1515
t.string "agent"
1616
t.string "approved", default: "pending"

0 commit comments

Comments
 (0)