From 1519aab1ee0d8d97d0aa6d8f6501c5bfbedd7605 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 29 Jul 2022 12:09:39 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8E=BB=E6=8E=89=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V125__2.0.0_ddl__release.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql b/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql index db03113d6a..d567207b98 100644 --- a/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql +++ b/backend/src/main/resources/db/migration/V125__2.0.0_ddl__release.sql @@ -28,11 +28,6 @@ CREATE TABLE IF NOT EXISTS custom_field_issues ALTER TABLE custom_field 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