1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-23 22:16:57 +00:00
mastodon/db/migrate/20190509164208_add_by_moderator_to_tombstone.rb

6 lines
138 B
Ruby
Raw Normal View History

class AddByModeratorToTombstone < ActiveRecord::Migration[5.2]
def change
add_column :tombstones, :by_moderator, :boolean
end
end