Sometimes I need to make a changes to the DB that do not fall into migrations idea (migrations are about changing schema, but I need to manipulate data itself).
So I’m thinking about an additional pipeline that I can start manually, but provide a raw sql file to it beforehand. Gitlab seem to have such an option – it provides a File variable type, but there is no file input next to it.
Is it possible to make it work as I imagined?