Ajout des prémices du titre affiché

Reste commenté le temps qu'on implémente ça mieux
This commit is contained in:
Darks 2019-12-16 23:09:27 +01:00
parent 255ce8ad60
commit 11daef02a1
Signed by: Darks
GPG Key ID: F61F10FA138E797C
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ class Member(User):
trophies = db.relationship('Trophy', secondary=TrophyMember,
back_populates='owners')
# Displayed title
# title_id = db.Column(db.Integer, db.ForeignKey('title.id'))
# title = db.relationship('Title', foreign_keys=title_id)
# Other fields populated automatically through relations:
# <notifications> List of unseen notifications (of type Notification)