mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Changed weights max to decimal
This commit is contained in:
5
db/migrate/20230202130918_change_weight_to_float.rb
Normal file
5
db/migrate/20230202130918_change_weight_to_float.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class ChangeWeightToFloat < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
change_column :weights, :max, :decimal, precision: 15, scale: 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user