Skip to content

Commit

Permalink
fix(model): add serializable decorator to Provider. It caused problem…
Browse files Browse the repository at this point in the history
…s when exporting pdf of AF
  • Loading branch information
jacquesfize committed Nov 28, 2024
1 parent c593894 commit 2779337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pypnusershub/db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ class UserList(db.Model):
users = db.relationship(User, secondary=cor_role_liste)


@serializable
class Provider(db.Model):
__tablename__ = "t_providers"
__table_args__ = {"schema": "utilisateurs"}
Expand Down

0 comments on commit 2779337

Please sign in to comment.