tangled
alpha
login
or
join now
tangled.org
/
core
this repo has no description
5
fork
atom
overview
issues
6
pulls
pipelines
indicate successful migration
Akshay
10 months ago
4cb9540d
e8105c8f
options
unified
split
Changed files
+2
appview
db
db.go
+2
appview/db/db.go
···
177
177
if err := tx.Commit(); err != nil {
178
178
return err
179
179
}
180
180
+
181
181
+
log.Printf("migration %s applied successfully", name)
180
182
} else {
181
183
log.Printf("skipped migration %s, already applied", name)
182
184
}