We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca6a50 commit e271127Copy full SHA for e271127
spec/dummy/db/schema.rb
@@ -10,7 +10,7 @@
10
#
11
# It's strongly recommended that you check this file into your version control system.
12
13
-ActiveRecord::Schema[8.1].define(version: 2018_07_04_211100) do
+ActiveRecord::Schema.define(version: 2018_07_04_211100) do
14
create_table "comments", force: :cascade do |t|
15
t.string "agent"
16
t.string "approved", default: "pending"
0 commit comments