if you are running .Net, developers would utilize Entity Framework migrations to manage and source control all DB changes. Similarly, Alembic for the Python ecosystem.
Treat the application of migration scripts as part of a regular prod deployment process, which is typically limited to a small group of ops staff.