Compare commits

...

1 Commits

Author SHA1 Message Date
pablohashescobar
e3dfbf02ab fix: label import on back migration script 2023-04-04 19:52:40 +05:30

View File

@ -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