strongloop/loopback-example-access-control

how to remove/backout a relation?

Radu3000 opened this issue · 2 comments

While going through the tutorial I have incorrectly specified a name for the relation - should be "members" instead of "users".

  • How do I undo the above?

C:\Projects\StrongLoop\loopback-example-access-control>slc loopback:relation
? Select the model to create the relationship from: team
? Relation type: has many
? Choose a model to create a relationship with: user
? Enter the property name for the relation: users
? Optionally enter a custom foreign key:

You have to manually empty out the acl property (make it an empty array) in /common/model/your-model.json.