16 17 18
# File 'lib/table_copy/pg/index.rb', line 16 def drop @drop ||= "drop index if exists #{name}" end