Needing to set up link with a shared database that uses github for source control

Initially I have been having an issue with my databases not linking up correctly with github. It's like the source control doesn't see all of my tables. So when I try to make a commit it says a specific file could not be found and so it fails to commit. One of the examples are is certain trigger I have on the database that isn't allowing it to commit because the software can't find it.

I was setting this up initially as dedicated database, but we have it set up to be shared by all developers and don't have it set up locally on each machine. So I would assume that I'm not setting up the link to database correctly.

Best Answer

Sign In or Register to comment.