Sha256: 76e1f443a1fe92df269afb1c933354db6828add364cb1432ecdf861c07cf1c0b
Contents?: true
Size: 139 Bytes
Versions: 64
Compression:
Stored size: 139 Bytes
Contents
class DropServiceUniquenessIndex < ActiveRecord::Migration def change remove_index(:services, :host_id_and_port_and_proto) end end
Version data entries
64 entries across 64 versions & 1 rubygems