Adron 🤘🏻adron@metalhead.club
Apr 16, 2026, 6:36 PMWhen you're managing the state of your database and its respective schema, do you...
1. Setup migrations and have a folder with files, etc, that manage each state (version) of the database schema over time for history or...
2. Have a singular or set of current state of DDL for the active database state and let source control (i.e. git or whatever) manage the over time history of the database schema?