summaryrefslogtreecommitdiff
path: root/db/migrate/20190224093907_disable_deletion_forums.rb
blob: d0d0fbe8bda6b3b9787837cd64f142ee718d69a4 (plain)
1
2
3
4
5
class DisableDeletionForums < ActiveRecord::Migration
  def change
    add_column :forums, :disable_deletion, :boolean
  end
end