include migration
This commit is contained in:
parent
6749f41137
commit
ad18f641b8
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
defmodule Aprsme.Repo.Migrations.AddErrorTracker do
|
||||
use Ecto.Migration
|
||||
|
||||
def up, do: ErrorTracker.Migration.up(version: 5)
|
||||
|
||||
# We specify `version: 1` in `down`, to ensure we remove all migrations.
|
||||
def down, do: ErrorTracker.Migration.down(version: 1)
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue