deleteing primary index

TomBascom

Curmudgeon
You must first designate some other index as "primary".

Also, you can not edit the fields in an index. You must create a new index with the new fields. If you want you can then rename or remove the old index and then rename your new index to have the old name -- but that would only matter if you were explicitly naming indexes in code via USE-INDEX and that is a Bad Practice.
 
Top