added role column to worker list. Issue #238
1 unresolved thread
1 unresolved thread
Compare changes
Files
3+ 11
− 1
@@ -7,7 +7,7 @@ from django.db import models
@@ -161,6 +161,16 @@ class Worker(models.Model):
This line is not covered by unit tests ;)
Yes, thank you. I just added two more commits to fix that.