Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.6k stars 599 forks source link

cant delete row/data #1838

Open raihanevanza opened 1 month ago

raihanevanza commented 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?

Lugdu84 commented 2 weeks ago

Show your code 😉