Gab-Social/db/migrate/20200801023430_add_has_quote_to_statuses.rb

6 lines
129 B
Ruby
Raw Normal View History

class AddHasQuoteToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :has_quote, :boolean
end
end