mastodon/db/migrate/20190521003029_add_edited_t...

6 lines
124 B
Ruby

class AddEditedToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :edited, :boolean
end
end