We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91b9fb3 + f9bf162 commit 9c400e8Copy full SHA for 9c400e8
db/go/20201102104048_update_cvat_reduce_vols.go
@@ -5,7 +5,7 @@ import (
5
"github.com/pressly/goose"
6
)
7
8
-func init() {
+func initialize20201102104048() {
9
if _, ok := initializedMigrations[20201102104048]; !ok {
10
goose.AddMigration(Up20201102104048, Down20201102104048)
11
initializedMigrations[20201102104048] = true
db/go/db.go
@@ -67,6 +67,7 @@ func Initialize() {
67
initialize20201028145442()
68
initialize20201028145443()
69
initialize20201031165106()
70
+ initialize20201102104048()
71
72
if err := client.DB.Close(); err != nil {
73
log.Printf("[error] closing db %v", err)
0 commit comments