Sha256: b348a2df264fcdb69c20bd926b4766cf0b0a2a78294afe271a41e84f6278a7dc

Contents?: true

Size: 235 Bytes

Versions: 9

Compression:

Stored size: 235 Bytes

Contents

class UniqsOnUserTopicRead < ActiveRecord::Migration
  def up
    add_index :thredded_user_topic_reads, [:user_id, :topic_id], unique: true
  end

  def down
    remove_index :thredded_user_topic_reads, [:user_id, :topic_id]
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
thredded-0.0.12 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.10 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.9 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.8 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.7 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.6 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.5 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.4 db/migrate/20131014014258_uniqs_on_user_topic_read.rb
thredded-0.0.3 db/migrate/20131014014258_uniqs_on_user_topic_read.rb