From 57e923b71d8dc5f4ebc287dbaf9c428f628a79ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Tue, 14 Nov 2023 14:50:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9ab=5Faeport=5Fparams?= =?UTF-8?q?=E7=9A=84item=5Findex=E7=9A=84=E9=9D=9E=E7=A9=BA=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/3.7/schema/3.update_abn_report_params.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 script/3.7/schema/3.update_abn_report_params.sql diff --git a/script/3.7/schema/3.update_abn_report_params.sql b/script/3.7/schema/3.update_abn_report_params.sql new file mode 100644 index 0000000..061b2ea --- /dev/null +++ b/script/3.7/schema/3.update_abn_report_params.sql @@ -0,0 +1,2 @@ +alter table abn_report_params + alter column item_index drop not null; \ No newline at end of file