Sha256: 96190702b2e813003ab62395e7c5269336fc59f692082116262fe5494d2e385c

Contents?: true

Size: 418 Bytes

Versions: 53

Compression:

Stored size: 418 Bytes

Contents

class AddHostProxyInvocations < ActiveRecord::Migration[6.0]
  def change
    # rubocop:disable Rails/CreateTableWithTimestamps
    create_table :host_proxy_invocations do |t|
      t.references :host, :null => false
      t.references :smart_proxy, :null => false
    end
    # rubocop:enable Rails/CreateTableWithTimestamps

    add_index :host_proxy_invocations, [:host_id, :smart_proxy_id], unique: true
  end
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
foreman_remote_execution-10.1.3 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.1.2 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.1.1 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.1.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.3.3 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.3.2 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-11.0.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.7 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.3.1 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.6 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.5 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.4 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.3 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.2 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.1 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-10.0.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.3.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-9.1.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.2.1 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb
foreman_remote_execution-8.2.0 db/migrate/2021051713291621250977_add_host_proxy_invocations.rb