# `mix squid_mesh.install`
[🔗](https://github.com/ccarvalho-eng/squid_mesh/blob/main/lib/mix/tasks/squid_mesh.install.ex#L1)

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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
