Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
192abf95
"README.md" did not exist on "097ab72e2b2b6d59fbc12bd8a2849876c38cca0e"
Commit
192abf95
authored
3 years ago
by
wxg0103
Committed by
fit2-zhao
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
feat_增加字段_sql优化
parent
3b42857f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/resources/db/migration/V97__v1.14_release.sql
+2
-2
...nd/src/main/resources/db/migration/V97__v1.14_release.sql
with
2 additions
and
2 deletions
+2
-2
backend/src/main/resources/db/migration/V97__v1.14_release.sql
+
2
-
2
View file @
192abf95
...
...
@@ -53,6 +53,6 @@ create table if not exists relationship_edge (
ALTER
TABLE
api_definition
ADD
remark
TEXT
NULL
;
ALTER
TABLE
test_case_review
ADD
COLUMN
follow_people
;
ALTER
TABLE
test_plan
ADD
COLUMN
follow_people
;
ALTER
TABLE
test_case_review
ADD
COLUMN
follow_people
VARCHAR
(
100
)
;
ALTER
TABLE
test_plan
ADD
COLUMN
follow_people
VARCHAR
(
100
)
;
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help