Sha256: d768e6d9a6b3c567fa4fe7d7cb71e881676abec8805c5bfcf62a644a1ffb3a12
Contents?: true
Size: 302 Bytes
Versions: 16
Compression:
Stored size: 302 Bytes
Contents
class AddUniqueConstraintToProfileAnswers < ActiveRecord::Migration def change add_index(:social_networking_profile_answers, [:social_networking_profile_id, :social_networking_profile_question_id], unique: true, name: 'profile_answers_unique') end end
Version data entries
16 entries across 16 versions & 1 rubygems