mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-26 17:51:13 +08:00
fix: method comments
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user