Commit a05e4147 authored by ibuler's avatar ibuler

修改bug

parent 0e76d523
...@@ -12,6 +12,7 @@ class Permission(models.Model): ...@@ -12,6 +12,7 @@ class Permission(models.Model):
asset = models.ForeignKey(Asset) asset = models.ForeignKey(Asset)
is_ldap = models.BooleanField(default=True) is_ldap = models.BooleanField(default=True)
perm_user_type = models.CharField(choices=PERM_USER_TYPE_CHOICE, perm_user_type = models.CharField(choices=PERM_USER_TYPE_CHOICE,
max_length=1,
blank=True, blank=True,
null=True) null=True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment