fix-up typo

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
This commit is contained in:
yuxiaobo 2019-09-26 13:02:03 +08:00
parent 1c42610d98
commit 62c2eea78d

View File

@ -169,7 +169,7 @@ func (m *DB) Init(ctx context.Context) error {
} }
} }
// Previous version fo database found // Previous version of database found
if schema != "v0" { if schema != "v0" {
updates := migrations[i:] updates := migrations[i:]