If you have a server with an API and you need to run a migration for parts of the data do you:
- write a script and call the API of the server?
- code the migration into the server so it runs e.g. on server start or on a specific API call?
- write a script and call the API of the server?
- code the migration into the server so it runs e.g. on server start or on a specific API call?