So I love the git feature BTW makes it super easy to have a dev and prod version of my app and be able to sync changes between them.
My only question is I noticed when I did this I basically took say all the files from my dev version and copied them to the git repo for the prod version and did the git commit and push back up. This worked great except for the Users table I had to go in and select it to tell it which one to use.
Is there somewhere in the config files I need to be mindful of this or any gotchas around the file structure of the project?
Thanks