# File lib/trigger_migrations.rb, line 45
      def drop_trigger(name)
        execute("DROP TRIGGER #{name}")
      end