forked from github/dataease
Merge pull request #5859 from dataease/pr@update_version
chore: 升级版本号至1.18.10
This commit is contained in:
commit
da3760c9cd
8
backend/src/main/resources/db/migration/V58__1.18.10.sql
Normal file
8
backend/src/main/resources/db/migration/V58__1.18.10.sql
Normal file
@ -0,0 +1,8 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.10'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.9';
|
||||
|
||||
INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('桑基图插件', 'default', 0, 0, 'view', 'AntV G2Plot 桑基图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-sankey-backend', NULL, NULL);
|
||||
|
||||
INSERT INTO `my_plugin`(`name`, `store`, `free`, `cost`, `category`, `descript`, `version`, `install_type`, `creator`, `load_mybatis`, `release_time`, `install_time`, `module_name`, `icon`, `ds_type`) VALUES ('AntV 组合图插件', 'default', 0, 0, 'view', 'AntV G2Plot 组合图插件', '1.18.10', NULL, 'DATAEASE', 0, NULL, 1691046891296, 'view-chartmix-backend', NULL, NULL);
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease",
|
||||
"version": "1.18.9",
|
||||
"version": "1.18.10",
|
||||
"description": "dataease front",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease-mobile",
|
||||
"version": "1.18.9",
|
||||
"version": "1.18.10",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "npm run dev:h5",
|
||||
|
Loading…
Reference in New Issue
Block a user