Move migrations inside the `argos/server/migrations` directory.
They are required to be accessible by the server when running an upgrade, and as such need to part of the packaged files.
We're still missing some bits: the server ideally should detect and apply the migrations itself.
(I'm not sure how this plays with the alembic.ini
configuration file, that is currently still in place).