fix: wrong file name for migration rollback 20201113094916

This commit is contained in:
Andrey Melnikov
2021-01-15 12:37:48 -08:00
parent 82a411ebda
commit 08b5edde72

View File

@@ -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)
}