# `PgFlowDashboard.Migrations.Versions.V02`
[🔗](https://github.com/agoodway/pgflow/blob/v0.3.1/lib/pgflow_dashboard/migrations/versions/v02.ex#L1)

Adds skipped_steps counts and skip_reason on step lists.

# `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*
