parrykhai#6996Original post
Web Developer
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 ?
Summary
The CLI does not sync databases online. The issue is acknowledged and a solution is open for contribution on the SDK generator repository.