is it normal to commit generated migration sql, or do people just run push against prod Migrations
First time owning a database rather than inheriting one. The docs show both a push command that syncs the schema straight to the database and a generate/migrate flow that produces .sql files. They are presented as equal…