mirror of
				https://github.com/TeaOSLab/EdgeAPI.git
				synced 2025-11-04 16:00:24 +08:00 
			
		
		
		
	使用upgrade命令升级数据库时增加日志显示
This commit is contained in:
		@@ -52,7 +52,7 @@ func (this *SQLExecutor) Run() error {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	sqlDump := NewSQLDump()
 | 
			
		||||
	_, err = sqlDump.Apply(db, LatestSQLResult)
 | 
			
		||||
	_, err = sqlDump.Apply(db, LatestSQLResult, true)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user