执行init-database.sh文件报错

在gitlab bash 中执行iam项目init-database 文件时报错,
无法上传图片:
2021-01-24 17:13:17.605 ERROR 4820 — [ main] io.choerodon.liquibase.StartupRunner : ▒▒▒ݿ▒▒ʼ▒▒▒▒▒▒ʧ▒▒, message: liquibase.exception.MigrationFailedException: Migration failed for change set script/db/fd_project_category.groovy::2021-01-20-fd_project_category-add-column::scp:
Reason: liquibase.exception.DatabaseException: Table ‘hzero_platform.fd_project_category’ doesn’t exist [Failed SQL: ALTER TABLE hzero_platform.fd_project_category ADD sequence BIGINT UNSIGNED DEFAULT 60 NULL COMMENT ‘▒▒Ŀ▒▒▒▒˳▒▒’ AFTER ORGANIZATION_ID], exception:

java.lang.Exception: liquibase.exception.MigrationFailedException: Migration failed for change set script/db/fd_project_category.groovy::2021-01-20-fd_project_category-add-column::scp:
Reason: liquibase.exception.DatabaseException: Table ‘hzero_platform.fd_project_category’ doesn’t exist [Failed SQL: ALTER TABLE hzero_platform.fd_project_category ADD sequence BIGINT UNSIGNED DEFAULT 60 NULL COMMENT ‘▒▒Ŀ▒▒▒▒˳▒▒’ AFTER ORGANIZATION_ID]
at org.hzero.installer.liquibase.LiquibaseExecutor.execute(LiquibaseExecutor.java:120) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at org.hzero.installer.service.impl.ImportDataServiceImpl.executor(ImportDataServiceImpl.java:297) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at org.hzero.installer.service.impl.ImportDataServiceImpl.updateGroovy(ImportDataServiceImpl.java:269) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at org.hzero.installer.service.impl.ImportDataServiceImpl.selfGroovy(ImportDataServiceImpl.java:277) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at io.choerodon.liquibase.StartupRunner.run(StartupRunner.java:58) ~[classes!/:0.17.1.RELEASE]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:792) [spring-boot-2.0.6.RELEASE.jar!/:2.0.6.RELEASE]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:776) [spring-boot-2.0.6.RELEASE.jar!/:2.0.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) [spring-boot-2.0.6.RELEASE.jar!/:2.0.6.RELEASE]
at io.choerodon.liquibase.LiquibaseTools.main(LiquibaseTools.java:20) [classes!/:0.17.1.RELEASE]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_91]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_91]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_91]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [choerodon-tool-liquibase-0.17.1.RELEASE.jar:0.17.1.RELEASE]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [choerodon-tool-liquibase-0.17.1.RELEASE.jar:0.17.1.RELEASE]
at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [choerodon-tool-liquibase-0.17.1.RELEASE.jar:0.17.1.RELEASE]
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [choerodon-tool-liquibase-0.17.1.RELEASE.jar:0.17.1.RELEASE]
Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set script/db/fd_project_category.groovy::2021-01-20-fd_project_category-add-column::scp:
Reason: liquibase.exception.DatabaseException: Table ‘hzero_platform.fd_project_category’ doesn’t exist [Failed SQL: ALTER TABLE hzero_platform.fd_project_category ADD sequence BIGINT UNSIGNED DEFAULT 60 NULL COMMENT ‘▒▒Ŀ▒▒▒▒˳▒▒’ AFTER ORGANIZATION_ID]
at liquibase.changelog.ChangeSet.execute(ChangeSet.java:619) ~[liquibase-core-3.5.5.jar!/:na]
at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:51) ~[liquibase-core-3.5.5.jar!/:na]
at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:79) ~[liquibase-core-3.5.5.jar!/:na]
at liquibase.Liquibase.update(Liquibase.java:214) ~[liquibase-core-3.5.5.jar!/:na]
at liquibase.Liquibase.update(Liquibase.java:192) ~[liquibase-core-3.5.5.jar!/:na]
at liquibase.Liquibase.update(Liquibase.java:188) ~[liquibase-core-3.5.5.jar!/:na]
at org.hzero.installer.liquibase.LiquibaseExecutor.load(LiquibaseExecutor.java:306) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at org.hzero.installer.liquibase.LiquibaseExecutor.runToDb(LiquibaseExecutor.java:200) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
at org.hzero.installer.liquibase.LiquibaseExecutor.execute(LiquibaseExecutor.java:116) ~[hzero-installer-0.2.6.RELEASE.jar!/:0.2.6.RELEASE]
… 16 common frames omitted
Caused by: liquibase.exception.DatabaseException: Table ‘hzero_platform.fd_project_category’ doesn’t exist [Failed SQL: ALTER TABLE hzero_platform.fd_project_category ADD sequence BIGINT UNSIGNED DEFAULT 60 NULL COMMENT ‘▒▒Ŀ▒▒▒▒˳▒▒’ AFTER ORGANIZATION_ID]
at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:309) ~[liquibase-core-3.5.5.jar!/:na]

你这用的是哪个版本? master吗? 应该用最新的tag版吧

最新版,直接在官网下载的代码

1.你这是要做二开吗?
2.如果是在github上下载的代码,你这个错误很明显是用了master的代码,你应该下载我们最新发布的release版本