Sha256: 9a5096120b679bd54501fe826fca8710f9fe915b010158381d9103dc1f53c1b8

Contents?: true

Size: 226 Bytes

Versions: 94

Compression:

Stored size: 226 Bytes

Contents

class CreateCredentialCoresTasksJoinTable < ActiveRecord::Migration
  def change
    create_table :credential_cores_tasks, :force => true, :id => false do |t|
      t.integer :core_id
      t.integer :task_id
    end
  end
end

Version data entries

94 entries across 94 versions & 1 rubygems

Version Path
metasploit-credential-3.0.4 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-3.0.3 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-3.0.2 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-3.0.1 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-3.0.0 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.14 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.13 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.12 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.11 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.10 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.9 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.8 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.7 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.6 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.5 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.4 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.3 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.2 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.1 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb
metasploit-credential-2.0.0 db/migrate/20140702184622_create_credential_cores_tasks_join_table.rb