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