TeamCoding & object deletion

Could someone please elaborate whats the proper way of deleting objects (tables, procedures, functions...) from the database connected to VCS (git)?

I have deleted the procedure from the db by using the "drop procedure" command and the procedure is of course deleted, but how to push that change to remote repo?

Thanks

Hi Niko,

If your schema is controlled by Team Coding, when you delete the procedure, Team Coding will also remove it from the VCS if you enable the "Remove source from VCS when deleting an object" option in Team Coding's Team Settings page. Of course, in Git, you'll still need to push your changes to the server in order for those changes to be seen by anyone else.

-John

Hello John,

Thank you clearing that up, I read the "Getting started" document but somehow I overlooked this option. I see it now.