Question About Git and User Table

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

1 Like

So I guess what I ended up doing here was inadvertly copying over the anvil.yaml file which is where the users table info resides so that is why I hit this.

Just posting this in case someone else makes the same mistake I did, other than that just tracking what forms and files update and copying those over from dev to prod is working like a champ, then I just commit the changes and push them up.

1 Like