From dd72a24ea8c44ca6bb102128cffe5ae3a5628153 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Tue, 29 Jan 2019 17:59:41 +0300 Subject: [PATCH] update spec schema.rb --- spec/rails_app/db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails_app/db/schema.rb b/spec/rails_app/db/schema.rb index 02725d0..9c0d0f1 100644 --- a/spec/rails_app/db/schema.rb +++ b/spec/rails_app/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20160209032439) do +ActiveRecord::Schema.define(version: 2016_02_09_032439) do create_table "admins", force: :cascade do |t| t.string "email", default: "", null: false