mirror of
https://github.com/openstf/stf
synced 2025-10-04 18:29:17 +02:00
Throw if DB migration fails.
This commit is contained in:
parent
609e33837b
commit
0dda2d9f6f
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ program
|
||||||
}
|
}
|
||||||
|
|
||||||
procutil.fork(__filename, ['migrate'])
|
procutil.fork(__filename, ['migrate'])
|
||||||
.then(run)
|
.done(run)
|
||||||
})
|
})
|
||||||
|
|
||||||
program.parse(process.argv)
|
program.parse(process.argv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue