spec/dummy/db/schema.rb in api_pagination_headers-1.1.0 vs spec/dummy/db/schema.rb in api_pagination_headers-1.1.1

- old
+ new

@@ -13,10 +13,8 @@ ActiveRecord::Schema.define(version: 20131001123917) do create_table "posts", force: true do |t| t.string "content" - t.datetime "created_at" - t.datetime "updated_at" end end