spec/internal/db/schema.rb in curate-0.6.1 vs spec/internal/db/schema.rb in curate-0.6.3

- old
+ new

@@ -9,10 +9,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: 20131203200464) do +ActiveRecord::Schema.define(version: 20131205204207) do create_table "bookmarks", force: true do |t| t.integer "user_id", null: false t.string "document_id" t.string "title"