Hi, after migration while i trying link issues i get an error " ```
ecure/LinkJiraIssue.jspa [c.a.j.p.link.remotejira.LinkJiraIssue] Error occurred creating link: com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:IssueLink][sequence,null][destination,24141][linktype,10000][source,24175][id,15502] (SQL Exception while executing the following:INSERT INTO public.issuelink (ID, LINKTYPE, SOURCE, DESTINATION, SEQUENCE) VALUES (?, ?, ?, ?, ?) (ERROR: duplicate key value violates unique constraint “pk_issuelink”
And when i try to resolve that problem that way Duplicate key value errors in logs in Jira Server using PostgreSQL | Jira | Atlassian Documentation
On select * from “issuelink_ID_seq” i got next error: relation “issuelink_ID_seq” does not exist
How can i fix that