@bee-hole/server 2.13.0 → 2.14.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.
Files changed (23) hide show
  1. package/package.json +2 -2
  2. package/resource/public/cp/index.html +1 -1
  3. package/resource/public/cp/js/{app~f075b844.fdec99a4.js → app~f075b844.5e3e721e.js} +1 -1
  4. package/resource/public/cp/js/app~f075b844.5e3e721e.js.gz +0 -0
  5. package/storage/patch/patch.sql +1 -1
  6. package/version +1 -1
  7. package/resource/public/cp/js/app~f075b844.fdec99a4.js.gz +0 -0
  8. /package/resource/public/cp/js/{chunk-03e1387e.901ff063.js → chunk-03e1387e.26d63cf8.js} +0 -0
  9. /package/resource/public/cp/js/{chunk-03e1387e.901ff063.js.gz → chunk-03e1387e.26d63cf8.js.gz} +0 -0
  10. /package/resource/public/cp/js/{chunk-0fc39cb0.bf1bf698.js → chunk-0fc39cb0.0401afe6.js} +0 -0
  11. /package/resource/public/cp/js/{chunk-0fc39cb0.bf1bf698.js.gz → chunk-0fc39cb0.0401afe6.js.gz} +0 -0
  12. /package/resource/public/cp/js/{chunk-2d37961d.67ae065a.js → chunk-2d37961d.3a2cfc1b.js} +0 -0
  13. /package/resource/public/cp/js/{chunk-2d37961d.67ae065a.js.gz → chunk-2d37961d.3a2cfc1b.js.gz} +0 -0
  14. /package/resource/public/cp/js/{chunk-4169f984.5fe6ae9b.js → chunk-4169f984.e5f641d2.js} +0 -0
  15. /package/resource/public/cp/js/{chunk-4169f984.5fe6ae9b.js.gz → chunk-4169f984.e5f641d2.js.gz} +0 -0
  16. /package/resource/public/cp/js/{chunk-6bb30001.43a498a8.js → chunk-6bb30001.2ebca078.js} +0 -0
  17. /package/resource/public/cp/js/{chunk-6bb30001.43a498a8.js.gz → chunk-6bb30001.2ebca078.js.gz} +0 -0
  18. /package/resource/public/cp/js/{chunk-d8abf4a4.229b0b83.js → chunk-d8abf4a4.da7beb7d.js} +0 -0
  19. /package/resource/public/cp/js/{chunk-d8abf4a4.229b0b83.js.gz → chunk-d8abf4a4.da7beb7d.js.gz} +0 -0
  20. /package/resource/public/cp/js/{lang-package~4e34e71e.650afe32.js → lang-package~4e34e71e.088db6ae.js} +0 -0
  21. /package/resource/public/cp/js/{lang-package~4e34e71e.650afe32.js.gz → lang-package~4e34e71e.088db6ae.js.gz} +0 -0
  22. /package/resource/public/cp/js/{lang-zh-TW-service~f63b1681.8b76aac7.js → lang-zh-TW-service~f63b1681.4b12044e.js} +0 -0
  23. /package/resource/public/cp/js/{lang-zh-TW-service~f63b1681.8b76aac7.js.gz → lang-zh-TW-service~f63b1681.4b12044e.js.gz} +0 -0
@@ -1 +1 @@
1
- ALTER TABLE `admin_member` ADD COLUMN `shop_url` varchar(255) NULL COMMENT '店铺URL' AFTER `updated_at`;
1
+ ALTER TABLE `admin_member` ADD COLUMN `company_name` varchar(255) NULL COMMENT '公司名称' AFTER `updated_at`, ADD COLUMN `industry` varchar(255) NULL COMMENT '行业' AFTER `company_name`;
package/version CHANGED
@@ -1 +1 @@
1
- v2.13.0
1
+ v2.14.0