mastodon/db/migrate/20190521003040_add_imported...

6 lines
128 B
Ruby

class AddImportedToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :imported, :boolean
end
end