# `mix dripdrop.gen.migration`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/mix/tasks/dripdrop.gen.migration.ex#L1)

Generates a host migration that applies pending DripDrop schema upgrades.

Migration files are vendored under `priv/dripdrop/sql/versions/`. The
generated host migration calls `DripDrop.Migration.up/0`, which applies any
vendored SQL versions newer than the database's recorded
`dripdrop.dripdrop_version`.

---

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