spec/rails/rails-5.1.2/db/schema.rb in approval-0.3.1 vs spec/rails/rails-5.1.2/db/schema.rb in approval-0.3.2

- old
+ new

@@ -8,10 +8,10 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20170816024442) do +ActiveRecord::Schema.define(version: 20170816102910) do create_table "approval_comments", force: :cascade do |t| t.integer "request_id", null: false t.integer "user_id", null: false t.text "content", null: false