mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-04 10:05:18 +08:00
!124 一些更新和bug
* fix: 代码合并 * feat:支持数据库版本兼容,目前兼容了oracle11g部分特性 * fix: 修改数据同步bug,数据sql里指定修改字段别,导致未正确记录修改字段值 * feat: 数据库迁移支持定时迁移和迁移到sql文件
This commit is contained in:
@@ -47,6 +47,9 @@ type DbInfo struct {
|
||||
Params string
|
||||
Database string // 若有schema的库则为'database/scheam'格式
|
||||
|
||||
Version DbVersion // 数据库版本信息,用于语法兼容
|
||||
DefaultVersion bool // 经过查询数据库版本信息后,是否仍然使用默认版本
|
||||
|
||||
CodePath []string
|
||||
SshTunnelMachineId int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user