1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-02-23 16:54:18 +01: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