Skip to content

Commit

Permalink
adding organization_id to activationkey entity
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Aug 24, 2023
1 parent 4e4026f commit 99f4e8f
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 @@ -226,6 +226,7 @@ def __init__(self, server_config=None, **kwargs):
Organization,
required=True,
),
'organization_id': entity_fields.IntegerField(),
'purpose_usage': entity_fields.StringField(),
'purpose_role': entity_fields.StringField(),
'purpose_addons': entity_fields.ListField(),
Expand Down

0 comments on commit 99f4e8f

Please sign in to comment.