Add missing spaces [ci skip]

This commit is contained in:
bogdanvlviv 2016-11-07 01:43:59 +02:00
parent 3359093ff6
commit 2339466542
1 changed files with 2 additions and 2 deletions

View File

@ -958,10 +958,10 @@ ActiveRecord::Schema.define(version: 20080906171750) do
create_table "products", force: true do |t|
t.string "name"
t.text "description"
t.text "description"
t.datetime "created_at"
t.datetime "updated_at"
t.string "part_number"
t.string "part_number"
end
end
```