forked from github/dataease
Merge branch 'dev' into pr@dev_st_fix
This commit is contained in:
commit
ac23ca3d66
4
backend/src/main/resources/db/migration/V55__1.18.8.sql
Normal file
4
backend/src/main/resources/db/migration/V55__1.18.8.sql
Normal file
@ -0,0 +1,4 @@
|
||||
UPDATE `my_plugin`
|
||||
SET `version` = '1.18.8'
|
||||
where `plugin_id` > 0
|
||||
and `version` = '1.18.7';
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease",
|
||||
"version": "1.18.7",
|
||||
"version": "1.18.8",
|
||||
"description": "dataease front",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dataease-mobile",
|
||||
"version": "1.18.7",
|
||||
"version": "1.18.8",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "npm run dev:h5",
|
||||
|
Loading…
Reference in New Issue
Block a user