Sha256: 1fe6df11b8b81fb510fc4e86042232a7fbc201dbf4c519cd23e49a90f6d99ca9
Contents?: true
Size: 456 Bytes
Versions: 23
Compression:
Stored size: 456 Bytes
Contents
# This migration comes from message_train (originally 20150721163838) class CreateMessageTrainIgnores < ActiveRecord::Migration def change create_table :message_train_ignores do |t| t.references :participant, polymorphic: true t.references :conversation, index: true, foreign_key: true t.timestamps null: false end add_index :message_train_ignores, [:participant_type, :participant_id], name: 'participant_index' end end
Version data entries
23 entries across 23 versions & 1 rubygems