♻️(contacts) move user profile to contact

Move the user <-> contact relation for "profile" to
the contact model.

Now the Contact model is the only one to point to
User (and not backward).

Contact:

- FK to User for the owner
- FK to User for the profile
This commit is contained in:
Quentin BEY
2024-12-02 16:26:41 +01:00
committed by BEY Quentin
parent 60ab61d125
commit f759d318b9
9 changed files with 104 additions and 43 deletions

View File

@@ -12,6 +12,10 @@ and this project adheres to
- ✨(contacts) add notes & force full_name #565
### Changed
- ♻️(contacts) move user profile to contact #572
## [1.7.1] - 2024-11-28
## [1.7.0] - 2024-11-28