Hacker News new | ask | show | jobs
by whattheheckheck 23 days ago
Can you not have a repo with conventional commits wired to do cicd for deployment?
1 comments

This is essentially what we do. All of our stored procedures, views, etc are kept in *_api schemas. Those schemas just get fully dropped and reinstalled whenever we migrate. It works really well, and has basically zero cognitive load overhead for developers.