Sha256: adaf410bbae62b8b525770d2056be11bd188eeb488ab642186f0d9ffa77a3e82
Contents?: true
Size: 253 Bytes
Versions: 109
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true # 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
109 entries across 109 versions & 1 rubygems