mix squid_mesh.install (squid_mesh v0.1.0-alpha.3)

Copy Markdown View Source

Installs Squid Mesh by copying its migrations into the host application.

Usage

$ mix squid_mesh.install

This task copies Squid Mesh-owned migrations into priv/repo/migrations so the host application can run them through its normal Ecto migration flow.

Oban migrations are intentionally not copied. Squid Mesh assumes the host application already manages its own oban_jobs table.