diff --git a/db/go/20211028205201_cvat_1_6.go b/db/go/20211028205201_cvat_1_6.go index 8004a74..a06d9ff 100644 --- a/db/go/20211028205201_cvat_1_6.go +++ b/db/go/20211028205201_cvat_1_6.go @@ -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( @@ -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") }