From 73cd6113c9182e2f8a50b1b2183ba1ca987d56de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=9C=88=E5=9C=88?= Date: Sun, 14 May 2023 10:00:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0sql=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E8=AF=AD=E5=8F=A5=20(#2116)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/init_sql/v1.9.2.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/init_sql/v1.9.2.sql diff --git a/src/init_sql/v1.9.2.sql b/src/init_sql/v1.9.2.sql new file mode 100644 index 0000000000..9e450ddf3d --- /dev/null +++ b/src/init_sql/v1.9.2.sql @@ -0,0 +1,3 @@ +-- https://github.com/hhyo/Archery/pull/2108 +alter table instance_account + add db_name varchar(128) default '' not null comment '数据库名(mongodb)' after host;