I'm a xataface newbie trying to create my first relationship. I have a one to many relationship between Categories and Services. I thought all I needed to do was to go into /tables/category/relationship.ini and add
[Services]
service.category_id = "$id"
The primary key in the Categories table is 'id'. Am I doing something wrong? Is there any kind of cache I need to delete?
Thanks,
Brian