add test api key type

This commit is contained in:
Leo Hemsted
2016-07-05 10:47:47 +01:00
parent c46622993b
commit a5e488c035
2 changed files with 24 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ class ApiKey(db.Model, Versioned):
KEY_TYPE_NORMAL = 'normal'
KEY_TYPE_TEAM = 'team'
KEY_TYPE_TEST = 'test'
class KeyTypes(db.Model):