changeset 9964 | f4a3ee05cf9d |
parent 9961 | cef58bd36f7b |
child 9969 | 0f64ef873f7a |
--- a/server/test/datacomputed/migratedapp/schema.py Thu Aug 28 08:02:15 2014 +0200 +++ b/server/test/datacomputed/migratedapp/schema.py Thu Aug 28 07:44:29 2014 +0200 @@ -49,3 +49,6 @@ subject = 'Note' object = 'Employee' + +class whatever(ComputedRelation): + rule = 'S employees E, O associates E'