Skip to content

Commit 4d1aff5

Browse files
committed
fix: method comments
1 parent 719613e commit 4d1aff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/go/20211028205201_cvat_1_6.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ func initialize20211028205201() {
1313
}
1414
}
1515

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

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

0 commit comments

Comments
 (0)