fix(review): harden payment, oauth, and migration paths
This commit is contained in:
@@ -119,6 +119,7 @@ func (PendingAuthSession) Edges() []ent.Edge {
|
||||
Field("target_user_id").
|
||||
Unique(),
|
||||
edge.To("adoption_decision", IdentityAdoptionDecision.Type).
|
||||
Annotations(entsql.OnDelete(entsql.Cascade)).
|
||||
Unique(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user