This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a commit to branch release-v0.19
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/release-v0.19 by this push:
new 9274c93c4 fix(bamboo): update migration script's name, avoid runtime
error (#6131)
9274c93c4 is described below
commit 9274c93c41e2a6853a006c84774855eaca2b2351
Author: Lynwee <[email protected]>
AuthorDate: Thu Sep 21 10:34:09 2023 +0800
fix(bamboo): update migration script's name, avoid runtime error (#6131)
---
.../bamboo/models/migrationscripts/20230920_rename_raw_tables.go | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git
a/backend/plugins/bamboo/models/migrationscripts/20230920_rename_raw_tables.go
b/backend/plugins/bamboo/models/migrationscripts/20230920_rename_raw_tables.go
index 20c16bf55..20374bac6 100644
---
a/backend/plugins/bamboo/models/migrationscripts/20230920_rename_raw_tables.go
+++
b/backend/plugins/bamboo/models/migrationscripts/20230920_rename_raw_tables.go
@@ -51,9 +51,5 @@ func (*renameMultiBambooRawTables20230920) Version() uint64 {
}
func (*renameMultiBambooRawTables20230920) Name() string {
- return "rename _raw_bamboo_api_deploy_build to
_raw_bamboo_api_deploy_builds," +
- " _raw_bamboo_api_deploy to _raw_bamboo_api_deploys," +
- " _raw_bamboo_api_job_build to _raw_bamboo_api_job_builds," +
- " _raw_bamboo_api_job to _raw_bamboo_api_jobs," +
- " _raw_bamboo_api_plan_build to _raw_bamboo_api_plan_builds"
+ return "rename raw tables' name to their plural form"
}