Re: [elephant-devel] Removing indexes from existing classes

2009-01-07 Thread Ian Eslick
Re-evaluating the class definition is sufficient. The database automatically synchronizes to the current class definition. Beware! When you remove a slot from the definition, or even rename it, the values associated with the slot are dropped from all instances (unless you've enabled lazy s

[elephant-devel] Removing indexes from existing classes

2009-01-06 Thread Robert Synnott
Hi, Quick question. If I have existing instances of a class with index on slot X, and I wish to remove that index, is it sufficient simply to remove the index in the class definition, or do I need to do something else? Thanks Rob. ___ elephant-devel site