@bee-hole/server 1.31.0 → 1.32.0
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/main.exe +0 -0
- package/mainD +0 -0
- package/package.json +2 -2
- package/resource/public/cp/index.html +1 -1
- package/resource/public/cp/js/{app~f075b844.96dc46d6.js → app~f075b844.3cc31c1a.js} +1 -1
- package/resource/public/cp/js/app~f075b844.3cc31c1a.js.gz +0 -0
- package/resource/public/cp/js/lang-trans~748942c6.5faeae7f.js +9 -0
- package/resource/public/cp/js/lang-trans~748942c6.5faeae7f.js.gz +0 -0
- package/storage/patch/patch.sql +2 -1
- package/version +1 -1
- package/resource/public/cp/js/app~f075b844.96dc46d6.js.gz +0 -0
- package/resource/public/cp/js/lang-trans~748942c6.e4429757.js +0 -9
- package/resource/public/cp/js/lang-trans~748942c6.e4429757.js.gz +0 -0
- /package/resource/public/cp/js/{chunk-04d7c8ea.d64c6290.js → chunk-04d7c8ea.cad8d51e.js} +0 -0
- /package/resource/public/cp/js/{chunk-120e4efc.f5d5d0ed.js → chunk-120e4efc.76f31974.js} +0 -0
- /package/resource/public/cp/js/{chunk-32ca08dd.83a7cfe9.js → chunk-32ca08dd.fa354bad.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.a5454639.js → chunk-61c1aab3.59f12ee7.js} +0 -0
- /package/resource/public/cp/js/{chunk-61c1aab3.a5454639.js.gz → chunk-61c1aab3.59f12ee7.js.gz} +0 -0
- /package/resource/public/cp/js/{chunk-6c3fad0b.1921626a.js → chunk-6c3fad0b.27e3955a.js} +0 -0
- /package/resource/public/cp/js/{chunk-ac5b10a4.58d47b6a.js → chunk-ac5b10a4.435e05c2.js} +0 -0
- /package/resource/public/cp/js/{chunk-d608cfda.d685867b.js → chunk-d608cfda.36afbcc5.js} +0 -0
- /package/resource/public/cp/js/{chunk-fc40dc74.078887c9.js → chunk-fc40dc74.a0630728.js} +0 -0
- /package/resource/public/cp/js/{lang-id-ID-service~8773d05b.72025fb9.js → lang-id-ID-service~8773d05b.a1fba773.js} +0 -0
|
Binary file
|
package/storage/patch/patch.sql
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
ALTER TABLE `admin_goods_supply` ADD COLUMN `user_id` bigint(20) NOT NULL COMMENT '操作用户Id' AFTER `id`;
|
|
2
|
+
|
package/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
v1.
|
|
1
|
+
v1.32.0
|
|
Binary file
|