Sha256: cc51e966f8664107edb133866aa07653a5f1926d55d5cc29e6cc70232c4cb5e6

Contents?: true

Size: 377 Bytes

Versions: 20

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

# to keep track of when the modules were imported
class AddSaltModuleIdToLookupKeys < ActiveRecord::Migration[4.2]
  def up
    add_column :lookup_keys, :salt_module_id, :integer
    add_index :lookup_keys, :salt_module_id
  end

  def down
    remove_index :lookup_keys, :salt_module_id
    remove_column :lookup_keys, :salt_module_id
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
foreman_salt-17.0.1 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-17.0.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-16.0.3 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-16.0.2 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-16.0.1 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-16.0.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.2.3 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.2.2 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.2.1 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.2.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.1.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-15.0.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-14.1.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-14.0.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.2.4 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.2.3 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.2.2 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.2.1 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.2.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb
foreman_salt-13.1.0 db/migrate/20190515112233_add_salt_module_id_to_lookup_keys.rb