Browse Source

update spec schema.rb

master
Dmitrii Golub 6 years ago
parent
commit
dd72a24ea8
  1. 2
      spec/rails_app/db/schema.rb

2
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

Loading…
Cancel
Save