You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2019. It is now read-only.
For historical/n00b reasons, all of the relations in Tollgate are based on the t.f.m.UserProfile object, rather than the d.c.a.m.User object.
These should be migrated to be relations of the User object instead. This will help reduce the complexity of some queries. A migration will need to be created in order to switch over to using User objects.
For historical/n00b reasons, all of the relations in Tollgate are based on the
t.f.m.UserProfileobject, rather than thed.c.a.m.Userobject.These should be migrated to be relations of the
Userobject instead. This will help reduce the complexity of some queries. A migration will need to be created in order to switch over to usingUserobjects.