Fix migration (#2319)

This commit is contained in:
qwerty287 2023-08-22 17:37:29 +02:00 committed by GitHub
parent cf9a4be128
commit 7adfa6c2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,6 @@ var addOrgID = task{
}
}
return dropTableColumns(sess, "secrets", "secret_owner")
return nil
},
}