ADD watchers_count filed to projects table

dev_forge
Jasder 5 years ago
parent 960a44eafd
commit 8ab4d9dc58

@ -0,0 +1,5 @@
class AddWatchersCountToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :watchers_count, :integer, :default => 0
end
end
Loading…
Cancel
Save