summaryrefslogtreecommitdiff
path: root/db/migrate/20160331223143_remove_twitter_sharing_enabled_from_application_settings.rb
blob: 0d736e323b6feddb45e95f646daa71c9f8f454a5 (plain)
1
2
3
4
5
class RemoveTwitterSharingEnabledFromApplicationSettings < ActiveRecord::Migration
  def change
    remove_column :application_settings, :twitter_sharing_enabled, :boolean
  end
end