Hi

  I'm using version 2.1rc5. My schema is the following: ORestricted (adds 
_allow fields) -> E -> activates (adds weight property)

Then isrequiredfor, neededfor and belongsto all inherit from activates. As 
a consequence they all get four _allow properties and one weight (float) 
property. Now I'd like isrequiredfor and belongsto to inherit from 
neededfor. I tried 

ALTER CLASS isrquiredfor SUPERCLASS neededfor 

but I get

Error: com.orientechnologies.orient.core.exception.OSchemaException: Cannot 
add base class 'isRequiredFor', because of parameter conflict: weight 
(type=FLOAT) vs weight (type=FLOAT)


How do I tell orient this is the same property, which anyway they both 
inherited from 'activates'?


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to