Sha256: b2a85d3d2ecf28b6a21f245e9c5517251fbc53ed4571836bc851abfbc954a2fe
Contents?: true
Size: 298 Bytes
Versions: 3
Compression:
Stored size: 298 Bytes
Contents
class CreateFormolTopicSubscriptions < ActiveRecord::Migration def change create_table :formol_topic_subscriptions do |t| t.belongs_to :topic t.belongs_to :subscriber end add_index :formol_topic_subscriptions, [:topic_id, :subscriber_id], :unique => true end end
Version data entries
3 entries across 3 versions & 1 rubygems