Open raihanevanza opened 1 month ago
await database.write(async () => { const pipelineToDelete = await findPipelineById(id); await pipelineToDelete.destroyPermanently(); });
i can't delete the row with this error :
how i can fix this?
Show your code 😉
await database.write(async () => { const pipelineToDelete = await findPipelineById(id); await pipelineToDelete.destroyPermanently(); });
i can't delete the row with this error :
how i can fix this?