From 22e933349b96eddc1fccf4ce510ec7ec8d658c63 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Mon, 17 Mar 2025 17:49:35 +0800 Subject: [PATCH] device_info sql --- sql/bns_houqin_202503_patch/20250317_device_info.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/bns_houqin_202503_patch/20250317_device_info.sql diff --git a/sql/bns_houqin_202503_patch/20250317_device_info.sql b/sql/bns_houqin_202503_patch/20250317_device_info.sql new file mode 100644 index 0000000..a1c559b --- /dev/null +++ b/sql/bns_houqin_202503_patch/20250317_device_info.sql @@ -0,0 +1,5 @@ +-- 商家id +alter table device_info + add tenant_id bigint not null comment '商家id'; + +update device_info set tenant_id = 378915229716713472;