We go live in two days so I wanted a clean state in my database.
Because I couldn’t find a way to drop the whole db I delete all entries ‘by hand’ aka select all in a table and then delete them.
I also delete all but 4 users.
Now all of the objects I create in a backend workflow show (deleted thing) as the creator.
This is unfortunate because it breaks my app.
Is suspect this is because the new user by whom the backend workflow was triggered had the same email as one of the users I deleted.
Does anyone know why that is?
On a side note: How can I cleanly wipe my database?
Would be happy if someone can help!