Skip to content

Commit

Permalink
Add needs_publish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed May 8, 2023
1 parent a3ab4e0 commit c6f8692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -2626,6 +2626,7 @@ def __init__(self, server_config=None, **kwargs):
'name': entity_fields.StringField(
required=True, str_type='alpha', length=(6, 12), unique=True
),
'needs_publish': entity_fields.BooleanField(),
'next_version': entity_fields.IntegerField(),
'organization': entity_fields.OneToOneField(
Organization,
Expand Down

0 comments on commit c6f8692

Please sign in to comment.