Login
You're viewing the front-end.social public feed.
  • Apr 16, 2026, 6:36 PM

    When 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?

    💬 0🔄 0⭐ 0