This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 71466d34a25ce3185b1846591fd50cb9e6d97b93 Author: xgdyp <[email protected]> AuthorDate: Fri Jul 22 16:25:01 2022 +0800 fix: update migrationscript version --- ...220721_commitfile_component.go => 20220722_commitfile_component.go} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/migrationscripts/20220721_commitfile_component.go b/models/migrationscripts/20220722_commitfile_component.go similarity index 98% rename from models/migrationscripts/20220721_commitfile_component.go rename to models/migrationscripts/20220722_commitfile_component.go index dc3ff8e6..e4a9c17e 100644 --- a/models/migrationscripts/20220721_commitfile_component.go +++ b/models/migrationscripts/20220722_commitfile_component.go @@ -69,9 +69,10 @@ func (*commitfileComponent) Up(ctx context.Context, db *gorm.DB) error { } func (*commitfileComponent) Version() uint64 { - return 202207211505 + return 20220722162305 } func (*commitfileComponent) Name() string { + return "add commit_file_components components table,update commit_files table" }
