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…
Reference in new issue