doc: remove useless line

main
Washington Botelho 2018-01-29 15:16:51 -02:00
parent 6997371a79
commit edabc849bb
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
1 changed files with 0 additions and 2 deletions

View File

@ -296,8 +296,6 @@ class AddCommentAndFingerprintOnRatingRates < ActiveRecord::Migration
add_reference :rating_rates, :fingerprint, foreign_key: true, index: true, null: false
end
end
add_column :table_name, :column_name, :decimal, default: 0, precision: 15, scale: 10
```
As you can seed, we can add any kind of field we want. Now we just provide this values when we make the rate: