mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: label import on back migration script
This commit is contained in:
parent
8cbf75ad6c
commit
e3dfbf02ab
@ -3,7 +3,7 @@ import uuid
|
|||||||
import random
|
import random
|
||||||
from django.contrib.auth.hashers import make_password
|
from django.contrib.auth.hashers import make_password
|
||||||
from plane.db.models import ProjectIdentifier
|
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