Skip to content

Commit

Permalink
fix: method comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vafilor committed Oct 28, 2021
1 parent 719613e commit 4d1aff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/go/20211028205201_cvat_1_6.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ func initialize20211028205201() {
}
}

// Up20211028205201 creates the new cvat 1.6.0 workspace template
func Up20211028205201(tx *sql.Tx) error {
// This code is executed when the migration is applied.
return createWorkspaceTemplate(
Expand All @@ -21,6 +22,7 @@ func Up20211028205201(tx *sql.Tx) error {
"Powerful and efficient Computer Vision Annotation Tool (CVAT)")
}

// Down20211028205201 archives the new cvat 1.6.0 workspace template
func Down20211028205201(tx *sql.Tx) error {
return archiveWorkspaceTemplate("CVAT_1.6.0")
}

0 comments on commit 4d1aff5

Please sign in to comment.