fix: for vue3 database
This commit is contained in:
41
database/upgvue3/upg_vue3_sys_menu.sql
Normal file
41
database/upgvue3/upg_vue3_sys_menu.sql
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"Version": 1.2,
|
||||
"General": {
|
||||
"ContinueOnError": false,
|
||||
"IncludeDelete": true,
|
||||
"IncludeInsert": true,
|
||||
"IncludeUpdate": true,
|
||||
"RunMultipleSQL": false,
|
||||
"ShowCompareResultAndDeploymentSQL": true,
|
||||
"ShowDetails": true,
|
||||
"SourceCatalog": "",
|
||||
"SourceCloudInstanceName": "",
|
||||
"SourceProject": "",
|
||||
"SourceProjectOwnerNavicatID": "",
|
||||
"SourceSchema": "omc_db",
|
||||
"SourceServer": "root@192.168.2.166",
|
||||
"SourceServerType": "MARIADB",
|
||||
"TargetCatalog": "",
|
||||
"TargetCloudInstanceName": "",
|
||||
"TargetProject": "",
|
||||
"TargetProjectOwnerNavicatID": "",
|
||||
"TargetSchema": "omc_db",
|
||||
"TargetServer": "omc@192.168.2.211",
|
||||
"TargetServerType": "MARIADB",
|
||||
"UseTransaction": false
|
||||
},
|
||||
"Tables": [
|
||||
{
|
||||
"Source": {
|
||||
"Name": "sys_menu",
|
||||
"ObjectType": "Table_MARIADB"
|
||||
},
|
||||
"Target": {
|
||||
"Name": "sys_menu",
|
||||
"ObjectType": "Table_MARIADB"
|
||||
},
|
||||
"Keys": [],
|
||||
"Fields": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user