Generates a migration file that creates the server_logs partitioned table.
$ mix server_logger.gen.migration
The generated migration delegates to ServerLogger.Migration.up/0 and
ServerLogger.Migration.down/0.
Options
--repo- the repo to generate the migration for (defaults to the app's repo)