gab-social/db/migrate/20200801023430_add_has_quot...

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