Sha256: d4c9b1b14a823a094cbeec0c47ea5057e68ad9ad70deeee357359f3af234901a
Contents?: true
Size: 361 Bytes
Versions: 16
Compression:
Stored size: 361 Bytes
Contents
class RemoveUnusedProfileQuestionColumns < ActiveRecord::Migration def change remove_column :social_networking_profile_questions, :order, :integer remove_column :social_networking_profile_questions, :allowed_responses, :integer, default: 1, null: false remove_column :social_networking_profile_questions, :deleted, :boolean, null: false end end
Version data entries
16 entries across 16 versions & 1 rubygems