Installs Jizoku by creating its migration in the host application.
Usage
$ mix jizoku.install
This task creates one current-schema Jizoku migration in
priv/repo/migrations so the host application can run it through its normal
Ecto migration flow.
Backend-specific migrations are intentionally not copied. Jizoku assumes
the host application owns the delivery backend and worker loop used to call
Jizoku.execute_next/1.