Sha256: 1dcd840dbecb1526d6d626c47165b55ed9b1cc0f07b0f0e418f91e75b249ff05

Contents?: true

Size: 201 Bytes

Versions: 11

Compression:

Stored size: 201 Bytes

Contents

class AddSmartProxyIdToTemplateInvocation < ActiveRecord::Migration[6.0]
  def change
    change_table :template_invocations do |t|
      t.references :smart_proxy, foreign_key: true
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.2 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-14.1.1 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-14.1.0 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-14.0.2 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-14.0.1 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-13.2.6 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-14.0.0 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-13.2.5 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-13.2.4 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-13.2.3 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb
foreman_remote_execution-13.2.2 db/migrate/20240522093412_add_smart_proxy_id_to_template_invocation.rb