Sha256: 4011a08a6edf8dc7c140bda0f2a389bba191b8509b3d0100c0055abcdc2946d2
Contents?: true
Size: 156 Bytes
Versions: 87
Compression:
Stored size: 156 Bytes
Contents
class RemoveAnsibleImplementationSetting < ActiveRecord::Migration[5.2] def up Setting.where(:name => 'ansible_implementation').destroy_all end end
Version data entries
87 entries across 87 versions & 1 rubygems