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.
1 parent 719613e commit 4d1aff5Copy full SHA for 4d1aff5
db/go/20211028205201_cvat_1_6.go
@@ -13,6 +13,7 @@ func initialize20211028205201() {
13
}
14
15
16
+// Up20211028205201 creates the new cvat 1.6.0 workspace template
17
func Up20211028205201(tx *sql.Tx) error {
18
// This code is executed when the migration is applied.
19
return createWorkspaceTemplate(
@@ -21,6 +22,7 @@ func Up20211028205201(tx *sql.Tx) error {
21
22
"Powerful and efficient Computer Vision Annotation Tool (CVAT)")
23
24
25
+// Down20211028205201 archives the new cvat 1.6.0 workspace template
26
func Down20211028205201(tx *sql.Tx) error {
27
return archiveWorkspaceTemplate("CVAT_1.6.0")
28
0 commit comments