I have a use case which directus is sharing the same db with other api services, which I dun want directus to touch tables more than it needs to. But it seems when I try to pull the schema, it automatically pulls all the schemas the DB has and likewise in push action.
I also tried to edit the snapshot file in hooks and it resulted in a good looking snapshot file, but when I tried to push it, it was trying to remove some tables that are not included in the snapshot file.
I think its a pretty common use case and please point me to the right direction if I missed something, thank you!
I have a use case which directus is sharing the same db with other api services, which I dun want directus to touch tables more than it needs to. But it seems when I try to pull the schema, it automatically pulls all the schemas the DB has and likewise in push action.
I also tried to edit the snapshot file in hooks and it resulted in a good looking snapshot file, but when I tried to push it, it was trying to remove some tables that are not included in the snapshot file.
I think its a pretty common use case and please point me to the right direction if I missed something, thank you!