For Workes & Pages, what is the name of the domain?
irensaltali.workers.dev
What is the issue or error you’re encountering
I deleted a table from my Cloudflare D1 database but can still query old data that should have been removed. To investigate further, I created a new table with the same name, and it also returned the old data, although this data does not appear on the dashboard.In an attempt to resolve the issue, I deleted the entire database and created a new one with a different name. I then created a new table with the same name, yet old data still appears in queries, despite not being visible on the dashboard.
What steps have you taken to resolve the issue?
Summary of Steps Taken:
1.Deleted the original table but still see old data in queries.
2.Created a new table with the same name, which returned old data.
3.Deleted the database and created a new one with a different name.
4.Created a new table with the same name, but old data persists in queries.