parent
fbcf9b77f5
commit
6f1d84eecc
@ -1,5 +1,5 @@
|
||||
class AddPraisesCountForChallenges < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
#add_column :challenges, :praises_count, :integer, :default => 0
|
||||
add_column :challenges, :praises_count, :integer, :default => 0
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in new issue