this repo has no description

indicate successful migration

Akshay 4cb9540d e8105c8f

Changed files
+2
appview
db
+2
appview/db/db.go
··· 177 177 if err := tx.Commit(); err != nil { 178 178 return err 179 179 } 180 + 181 + log.Printf("migration %s applied successfully", name) 180 182 } else { 181 183 log.Printf("skipped migration %s, already applied", name) 182 184 }