spec/dummy/db/schema.rb in api_pagination_headers-2.1.0 vs spec/dummy/db/schema.rb in api_pagination_headers-2.1.1
- old
+ new
@@ -11,14 +11,14 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140406141645) do
- create_table "comments", force: true do |t|
+ create_table "comments", force: :cascade do |t|
t.string "content"
end
- create_table "posts", force: true do |t|
+ create_table "posts", force: :cascade do |t|
t.string "content"
end
end