about summary refs log tree commit diff
path: root/db/migrate/20190509164208_add_by_moderator_to_tombstone.rb
blob: 80c2448428f4388821ac156e7e3e2d042a41b4d2 (plain) (blame)
1
2
3
4
5
class AddByModeratorToTombstone < ActiveRecord::Migration[5.2]
  def change
    add_column :tombstones, :by_moderator, :boolean
  end
end