Hi all, I’m at a stage where it’s no longer legit to make changes directly on the prod env.
What are your best practices for managing changes in the base’s structure and design? (changing field type, editing formulas, editing scripts, adding tables etc.)
For example, is there a way to connect to git and keep track of changes to table schemas (not data sync)?
How do you make changes in a DEV base, and then push them to production? Do you use dedicated branches in git for these changes?