add recursive m2m disamb

This commit is contained in:
steve-chavez
2023-05-11 01:37:50 -03:00
committed by Steve Chavez
parent f02be3fb76
commit 84b01dea99
3 changed files with 51 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[Users]
*id
first_name
last_name
username
[Subscriptions]
*+subscriber_id
*+subscribed_id
type
Users 1--* Subscriptions
Subscriptions *--1 Users