Skip to content

Commit

Permalink
Deprecated 2.0.9/3.0.6 upgrade test (#16012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed May 17, 2024
1 parent 4e73fc2 commit cb0b4fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb0b4fa

Please sign in to comment.