Add proposals JSON field on gov plan
This commit is contained in:
parent
53e082de06
commit
8283693906
2 changed files with 20 additions and 0 deletions
|
|
@ -192,6 +192,8 @@ class GovernmentPlan(models.Model):
|
|||
Group, null=True, blank=True, on_delete=models.SET_NULL, verbose_name=_("group")
|
||||
)
|
||||
|
||||
proposals = models.JSONField(blank=True, null=True)
|
||||
|
||||
objects = GovernmentPlanManager()
|
||||
|
||||
class Meta:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue