@bee-hole/server 1.96.2 → 1.96.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/storage/patch/patch.sql +0 -5
- package/version +1 -1
package/package.json
CHANGED
package/storage/patch/patch.sql
CHANGED
|
@@ -81,11 +81,6 @@ CREATE TABLE IF NOT EXISTS `admin_video_dubbing`
|
|
|
81
81
|
unique (shop_id, digest)
|
|
82
82
|
)comment '视频配音表';
|
|
83
83
|
|
|
84
|
-
create index admin_video_dubbing_status_index on admin_video_dubbing (status);
|
|
85
|
-
alter table mall_uploads add size BIGINT not null comment '文件大小' after oss_type;
|
|
86
|
-
alter table mall_uploads modify name varchar (128) not null comment '图片名称';
|
|
87
|
-
create index mall_uploads_id_shop_id_name_index on mall_uploads (shop_id, name);
|
|
88
|
-
|
|
89
84
|
ALTER TABLE `mall_goods` ADD `source_language` VARCHAR(10) NULL DEFAULT NULL COMMENT '源语言' AFTER `shipping_period`;
|
|
90
85
|
UPDATE `mall_goods` SET `source_language` = (SELECT `language` FROM `mall_shop_view` WHERE `is_default` = 1 LIMIT 1);
|
|
91
86
|
|
package/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.96.
|
|
1
|
+
v1.96.3
|