Worry about deleting app

hi i made a restaurant app with a shared database. It currently shares a database with 3 builds. 1. the original front end consume/customer facing app
2. the backend restaurant app
3. a copy of the original front end consume/customer facing app
backstory: i only half built the original app before i decided to go another direction on the build so i copied the original and completed the build on the copy (build 3) heres my question: if i now delete the original build will it delete the database along with is? i know if i delete the copy it wont. but the copy is the completed build

@wolfy, based on my experience if you delete the app that shares the db (original) ,the copy would not delete the collections and data but if you delete a collection in the original without deleting the app then that collection deletes from the copy too!

Maybe @adalojosh can confirm? or maybe the legend @Victor knows? :wink: :raised_hands:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.