gitlab-org--gitlab-foss/db/migrate/20160331223143_remove_twitt...

6 lines
182 B
Ruby

class RemoveTwitterSharingEnabledFromApplicationSettings < ActiveRecord::Migration
def change
remove_column :application_settings, :twitter_sharing_enabled, :boolean
end
end