schema missing space

This commit is contained in:
Zanz2 2017-11-03 21:50:06 +01:00
parent 0dc0109d91
commit 04c6f0c20d

View file

@ -549,7 +549,7 @@ ActiveRecord::Schema.define(version: 20170619125051) do
t.integer "team_id", null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end
end
add_index "samples_tables", ["team_id"], name: "index_samples_tables_on_team_id", using: :btree
add_index "samples_tables", ["user_id"], name: "index_samples_tables_on_user_id", using: :btree