This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch release-v0.16-hexun-patch
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.16-hexun-patch by
this push:
new 3552e93b2 cp(tapd): cherrypick #4913 to v0.16 for hexun (#4920)
3552e93b2 is described below
commit 3552e93b2378d0b64ab116d250de75cd9a4e21c9
Author: Warren Chen <[email protected]>
AuthorDate: Thu Apr 13 15:18:23 2023 +0800
cp(tapd): cherrypick #4913 to v0.16 for hexun (#4920)
---
backend/plugins/tapd/models/migrationscripts/register.go | 2 --
1 file changed, 2 deletions(-)
diff --git a/backend/plugins/tapd/models/migrationscripts/register.go
b/backend/plugins/tapd/models/migrationscripts/register.go
index 6af561d28..346aa9ce4 100644
--- a/backend/plugins/tapd/models/migrationscripts/register.go
+++ b/backend/plugins/tapd/models/migrationscripts/register.go
@@ -26,8 +26,6 @@ func All() []plugin.MigrationScript {
return []plugin.MigrationScript{
new(addInitTables),
new(encodeConnToken),
- new(addTransformation),
- new(deleteIssue),
new(modifyCustomFieldName),
new(addCustomFieldValue),
}