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
ming zheng
Metersphere
Commits
81da75b6
Commit
81da75b6
authored
2 years ago
by
CaptainB
Browse files
Options
Download
Email Patches
Plain Diff
build: 去掉重复的数据库变更
parent
9e3627ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql
+0
-5
.../main/resources/db/migration/V125__2.0.0_ddl__release.sql
with
0 additions
and
5 deletions
+0
-5
backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql
+
0
-
5
View file @
81da75b6
...
@@ -28,11 +28,6 @@ CREATE TABLE IF NOT EXISTS custom_field_issues
...
@@ -28,11 +28,6 @@ CREATE TABLE IF NOT EXISTS custom_field_issues
ALTER
TABLE
custom_field
ALTER
TABLE
custom_field
ADD
third_part
TINYINT
(
1
)
DEFAULT
0
NOT
NULL
;
ADD
third_part
TINYINT
(
1
)
DEFAULT
0
NOT
NULL
;
-- 变更标题和描述字段长度
ALTER
TABLE
issues
MODIFY
title
varchar
(
128
)
NULL
;
ALTER
TABLE
issues
MODIFY
description
longtext
NULL
;
--
--
-- V120__1-20-4_retry_related_fields
-- V120__1-20-4_retry_related_fields
...
...
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