spec/dummy/db/schema.rb in enju_subject-0.3.0 vs spec/dummy/db/schema.rb in enju_subject-0.3.1

- 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: 20160814165332) do +ActiveRecord::Schema.define(version: 2016_08_14_165332) do create_table "accepts", force: :cascade do |t| t.integer "basket_id" t.integer "item_id" t.integer "librarian_id"