test_app/db/schema.rb in sapience-0.2.4 vs test_app/db/schema.rb in sapience-0.2.5

- 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: 20160812093621) do +ActiveRecord::Schema.define(version: 20160902141445) do create_table "posts", force: :cascade do |t| t.string "title" t.string "body" t.integer "author_id"