Deprecated 2.0.9/3.0.6 upgrade test (#16012)

This commit is contained in:
Wenjun Ruan 2024-05-17 19:17:54 +08:00 committed by GitHub
parent 4e73fc28b0
commit cb0b4fa52f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -153,7 +153,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
db: ["mysql", "postgresql"] db: ["mysql", "postgresql"]
version: ["2.0.9", "3.0.6", "3.1.9", "3.2.0"] version: ["3.1.9", "3.2.0"]
steps: steps:
- name: Set up JDK 8 - name: Set up JDK 8
uses: actions/setup-java@v2 uses: actions/setup-java@v2

View File

@ -630,7 +630,6 @@ CREATE TABLE t_ds_relation_project_user (
PRIMARY KEY (id), PRIMARY KEY (id),
CONSTRAINT t_ds_relation_project_user_un UNIQUE (user_id, project_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 -- Table structure for table t_ds_relation_resources_user