Commit 1e78b65c authored by ibuler's avatar ibuler

修改bug

parent 37893bb3
......@@ -11,7 +11,7 @@ class Permission(models.Model):
user = models.ForeignKey(User)
asset = models.ForeignKey(Asset)
role = models.CharField(choices=USER_ROLE_CHOICES,
max_length=1,
max_length=2,
blank=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