修改bug

pull/6/head
ibuler 2014-12-22 23:46:00 +08:00
parent 0e76d52322
commit a05e4147a3
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ class Permission(models.Model):
asset = models.ForeignKey(Asset)
is_ldap = models.BooleanField(default=True)
perm_user_type = models.CharField(choices=PERM_USER_TYPE_CHOICE,
max_length=1,
blank=True,
null=True)