BigW Consortium Gitlab

20160331223143_remove_twitter_sharing_enabled_from_application_settings.rb 204 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class RemoveTwitterSharingEnabledFromApplicationSettings < ActiveRecord::Migration
  def change
    remove_column :application_settings, :twitter_sharing_enabled, :boolean
  end
end