parent
94cb2ecac8
commit
e0bd2c0b98
@ -0,0 +1,5 @@
|
|||||||
|
class AddPraisesCountToProjects < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :projects, :praises_count, :integer, :default => 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue