Skip to content

Commit

Permalink
Merge pull request #172 from Mirantis/usermetadata
Browse files Browse the repository at this point in the history
User metadata attribute
  • Loading branch information
tomkukral authored Dec 19, 2017
2 parents cabcb83 + 9a3331c commit aa697ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kqueen/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ class User(Model, metaclass=ModelMeta):
created_at = DatetimeField()
role = StringField(required=True)
active = BoolField(required=True)
metadata = JSONField(required=False)

@property
def namespace(self):
Expand Down

0 comments on commit aa697ec

Please sign in to comment.