This is an automated email from the ASF dual-hosted git repository.
wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new cb0b4fa52f Deprecated 2.0.9/3.0.6 upgrade test (#16012)
cb0b4fa52f is described below
commit cb0b4fa52f1031ab0ff13025f838e3f1d9924484
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri May 17 19:17:54 2024 +0800
Deprecated 2.0.9/3.0.6 upgrade test (#16012)
---
.github/workflows/backend.yml | 2 +-
.../src/test/resources/3.0.0_schema/postgresql_3.0.0.sql | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 671223d286..37fb1bcd7e 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -153,7 +153,7 @@ jobs:
fail-fast: false
matrix:
db: ["mysql", "postgresql"]
- version: ["2.0.9", "3.0.6", "3.1.9", "3.2.0"]
+ version: ["3.1.9", "3.2.0"]
steps:
- name: Set up JDK 8
uses: actions/setup-java@v2
diff --git
a/dolphinscheduler-tools/src/test/resources/3.0.0_schema/postgresql_3.0.0.sql
b/dolphinscheduler-tools/src/test/resources/3.0.0_schema/postgresql_3.0.0.sql
index 4b0cae0c2f..102ce8a7f9 100644
---
a/dolphinscheduler-tools/src/test/resources/3.0.0_schema/postgresql_3.0.0.sql
+++
b/dolphinscheduler-tools/src/test/resources/3.0.0_schema/postgresql_3.0.0.sql
@@ -630,7 +630,6 @@ CREATE TABLE t_ds_relation_project_user (
PRIMARY KEY (id),
CONSTRAINT
t_ds_relation_project_user_un UNIQUE (user_id, project_id)
) ;
-create index relation_project_user_id_index on t_ds_relation_project_user
(user_id);
--
-- Table structure for table t_ds_relation_resources_user