From 1847fbbf5d9824a19b0d56446f8b5ee6497fc467 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 30 Mar 2021 15:31:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E8=BF=87=E7=9F=AD=E5=AF=BC=E8=87=B4=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/db/migration/V79__v1.8.1_release.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main/resources/db/migration/V79__v1.8.1_release.sql b/backend/src/main/resources/db/migration/V79__v1.8.1_release.sql index 4d0e75059a..4c177ecbc6 100644 --- a/backend/src/main/resources/db/migration/V79__v1.8.1_release.sql +++ b/backend/src/main/resources/db/migration/V79__v1.8.1_release.sql @@ -1,3 +1,4 @@ +-- file name length change ALTER TABLE file_metadata MODIFY name VARCHAR(250) NOT NULL COMMENT 'File name'; -- api_scenario_report modify column length