Remove extra log from displaying
This commit is contained in:
parent
484098afda
commit
ae78283caf
@ -113,7 +113,7 @@ func migrateDatabase(db *sql.DB, from, to int) error {
|
|||||||
for v := from; v < to; v++ {
|
for v := from; v < to; v++ {
|
||||||
switch v {
|
switch v {
|
||||||
case 0:
|
case 0:
|
||||||
log.Printf("Migration step from %d to %d", v, v+1)
|
log.Tracef("Migration step from %d to %d\n", v, v+1)
|
||||||
migrateToSchema1(db)
|
migrateToSchema1(db)
|
||||||
default:
|
default:
|
||||||
panic("missing database migration step")
|
panic("missing database migration step")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user