Sha256: 92199ab9b50708fc26721c8441d049ef1b63be91a369045b381d78fd97ff069b

Contents?: true

Size: 175 Bytes

Versions: 144

Compression:

Stored size: 175 Bytes

Contents

class AddEffectiveUserToTemplateInvocation < ActiveRecord::Migration[4.2]
  def change
    add_column :template_invocations, :effective_user, :string, :limit => 255
  end
end

Version data entries

144 entries across 144 versions & 1 rubygems

Version Path
foreman_remote_execution-1.4.5 db/migrate/20151120171100_add_effective_user_to_template_invocation.rb
foreman_remote_execution-1.4.4 db/migrate/20151120171100_add_effective_user_to_template_invocation.rb
foreman_remote_execution-1.4.3 db/migrate/20151120171100_add_effective_user_to_template_invocation.rb
foreman_remote_execution-1.4.2 db/migrate/20151120171100_add_effective_user_to_template_invocation.rb