spec/dummy/db/schema.rb in enju_leaf-1.3.1 vs spec/dummy/db/schema.rb in enju_leaf-1.3.2

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