alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
2
Pulls
1
Pipelines
indicate successful migration
author
Akshay
date
1 year ago
(Mar 10, 2025, 12:29 PM UTC)
commit
4cb9540d
4cb9540da1b6619378eb825b1e702b20d9553c9f
parent
e8105c8f
e8105c8f22fc1d260deb619fadf839e03a0f17b9
+2
1 changed file
Expand all
Collapse all
Unified
Split
appview
db
db.go
+2
appview/db/db.go
View file
Reviewed
···
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
}