Skip to content

Commit cd6cec2

Browse files
author
Aleksandr Melnikov
committed
Removing sleep command.
- Per testing, a migration error does not happen with an Azure deployment.
1 parent 0f2862c commit cd6cec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db/20200528140124_add_cvat_workspace_template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func init() {
116116

117117
func Up20200528140124(tx *sql.Tx) error {
118118
// This code is executed when the migration is applied.
119-
//time.Sleep(2 * time.Second)
120119

121120
client, err := getClient()
122121
if err != nil {

0 commit comments

Comments
 (0)