Hacker News new | ask | show | jobs
by gchaincl 811 days ago
curious to know what are you using it for? do you upload a diagram on every push?
1 comments

no, in my case only when the Migrations/ folder changes (you can specify that in .gitlab-ci.yml or using come commandline-fu). I'm using EF core as an ORM, thats why it is also easy to create an empty SQLite DB from the sources.