# `DripDrop.Migrations.V01`
[🔗](https://github.com/agoodway/dripdrop/blob/v0.1.0/lib/dripdrop/migrations/v01.ex#L1)

Initial DripDrop schema migration registered with EctoEvolver.

# `down`

```elixir
@spec down(keyword()) :: :ok
```

Rolls back this version's migration by executing the down SQL file.

# `up`

```elixir
@spec up(keyword()) :: :ok
```

Applies this version's migration by executing the up SQL file.

---

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