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;