Sha256: 040292d7f39575c091b3e8e70305ffab7d75a20e39eb225774f57bc08a6042a9

Contents?: true

Size: 326 Bytes

Versions: 16

Compression:

Stored size: 326 Bytes

Contents

class CreateAccountOpportunities < ActiveRecord::Migration
  def self.up
    create_table :account_opportunities, :force => true do |t|
      t.references :account
      t.references :opportunity
      t.datetime   :deleted_at
      t.timestamps
    end
  end

  def self.down
    drop_table :account_opportunities
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.5 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.4 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.3 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.2 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.12.3 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.12.2 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.1 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.12.1 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.13.0 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.12.0 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.11.4 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.11.3 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.11.2 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.11.1 db/migrate/20100928030610_create_account_opportunities.rb
fat_free_crm-0.11.0 db/migrate/20100928030610_create_account_opportunities.rb