Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
[#1545] Include migration on ob-go startup and init
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 authored and hoffmabc committed Jun 3, 2019
1 parent fdb5b4c commit f9cac79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion repo/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/tyler-smith/go-bip39"
)

const RepoVersion = "23"
const RepoVersion = "24"

var log = logging.MustGetLogger("repo")
var ErrRepoExists = errors.New("IPFS configuration file exists. Reinitializing would overwrite your keys. Use -f to force overwrite.")
Expand Down
1 change: 1 addition & 0 deletions repo/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var (
migrations.Migration020{},
migrations.Migration021{},
migrations.Migration022{},
migrations.Migration023{},
}
)

Expand Down

0 comments on commit f9cac79

Please sign in to comment.