Sha256: af58338fffbd2f366f969697b585707fa5bdd3e4714d4deba016d13b776e6aa8
Contents?: true
Size: 186 Bytes
Versions: 29
Compression:
Stored size: 186 Bytes
Contents
class AddPrimaryKeys < ActiveRecord::Migration[4.2] def change add_column :host_salt_modules, :id, :primary_key add_column :hostgroup_salt_modules, :id, :primary_key end end
Version data entries
29 entries across 29 versions & 1 rubygems