forked from github/plane
fix: label import on back migration script
This commit is contained in:
parent
8cbf75ad6c
commit
e3dfbf02ab
@ -3,7 +3,7 @@ import uuid
|
||||
import random
|
||||
from django.contrib.auth.hashers import make_password
|
||||
from plane.db.models import ProjectIdentifier
|
||||
from plane.db.models import Issue, IssueComment, User, Project, ProjectMember
|
||||
from plane.db.models import Issue, IssueComment, User, Project, ProjectMember, Label
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user