I am trying to have infrastructure as code setup in my project. I am using appwrite cli. In that if i initially had a table then i decided to remove it and then push the infra usng appwrite push then the cloud db does not get updated in the appwrite dashboard. whay is that the case onlly cretion of new tables is happening not deletion. Is that how it is supposed to be ?
TL;DR
Developers are experiencing an issue where removing a table from the appwrite infrastructure using the CLI does not update the cloud database on the appwrite dashboard. It seems that only the creation of new tables is reflected, not the deletion. This behavior may be how the system currently operates.