Sha256: 3fd5ea8c98b38fbb296117628573bb83f9b5763b07f32478d83cec72f822a131
Contents?: true
Size: 279 Bytes
Versions: 104
Compression:
Stored size: 279 Bytes
Contents
# frozen_string_literal: true # Renames join table between Host and Ansible Roles class CreateHostAnsibleRoles < ActiveRecord::Migration[4.2] def change rename_table :ansible_roles_hosts, :host_ansible_roles add_column :host_ansible_roles, :id, :primary_key end end
Version data entries
104 entries across 104 versions & 1 rubygems