20190509164208_add_by_moderator_to_tombstone.rb 169 B

1234567
  1. # frozen_string_literal: true
  2. class AddByModeratorToTombstone < ActiveRecord::Migration[5.2]
  3. def change
  4. add_column :tombstones, :by_moderator, :boolean
  5. end
  6. end