mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
fix: wrong file name for migration rollback 20201113094916
This commit is contained in:
@@ -25,6 +25,6 @@ func Up20201115133046(tx *sql.Tx) error {
|
||||
func Down20201115133046(tx *sql.Tx) error {
|
||||
// This code is executed when the migration is rolled back.
|
||||
return updateWorkspaceTemplateManifest(
|
||||
filepath.Join("workspaces", "cvat", "20201113094916"),
|
||||
filepath.Join("workspaces", "cvat", "20201113094916.yaml"),
|
||||
cvatTemplateName)
|
||||
}
|
||||
|
Reference in New Issue
Block a user