Sha256: 7966af43818cc469f29ab3fb0a32b7b5f6bd0e7b63c89bc661856eeffa19b296
Contents?: true
Size: 217 Bytes
Versions: 14
Compression:
Stored size: 217 Bytes
Contents
# Adds primary key to join table between Hostgroup and Ansible Role class AddPrimaryKeyHostgroupAnsibleRoles < ActiveRecord::Migration def change add_column :hostgroup_ansible_roles, :id, :primary_key end end
Version data entries
14 entries across 14 versions & 1 rubygems