mirror of
				https://github.com/1Panel-dev/1Panel.git
				synced 2025-10-31 19:26:02 +08:00 
			
		
		
		
	* feat(system-upgrade): Added support for multi-host upgrade * feat: Add supports of task display for node upgrade
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			205 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package model
 | |
| 
 | |
| type UpgradeLog struct {
 | |
| 	BaseModel
 | |
| 	NodeID     uint   `json:"nodeID"`
 | |
| 	OldVersion string `json:"oldVersion"`
 | |
| 	NewVersion string `json:"newVersion"`
 | |
| 	BackupFile string `json:"backupFile"`
 | |
| }
 |