1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing spaces [ci skip]

This commit is contained in:
bogdanvlviv 2016-11-07 01:43:59 +02:00
parent 3359093ff6
commit 2339466542

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
```