Skip to content

Commit

Permalink
Add industry to accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Jossermoz committed Mar 30, 2016
1 parent 494a589 commit b479afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions predicthq/endpoints/v1/accounts/schemas.py
Expand Up @@ -9,5 +9,6 @@ class Account(Model):
id = StringType()
name = StringType()
description = StringType()
industry = StringType()
created_at = DateTimeType()
updated_at = DateTimeType()

0 comments on commit b479afc

Please sign in to comment.