mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	Finalize node query backend functions, fix migration issue
This commit is contained in:
		| @@ -40,7 +40,7 @@ func InitDB() error { | ||||
| 	} | ||||
| 	tags := make(map[string]int64) | ||||
|  | ||||
| 	// Not using log.Print because we want the line to end with `\r` and | ||||
| 	// Not using cclog.Print because we want the line to end with `\r` and | ||||
| 	// this function is only ever called when a special command line flag | ||||
| 	// is passed anyways. | ||||
| 	fmt.Printf("%d jobs inserted...\r", 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user