mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	Extend bubbleRoofline for nodeData, add column to node table, rename nodeStats query
This commit is contained in:
		| @@ -3,6 +3,7 @@ CREATE TABLE "node" ( | ||||
|     hostname VARCHAR(255) NOT NULL, | ||||
|     cluster VARCHAR(255) NOT NULL, | ||||
|     subcluster VARCHAR(255) NOT NULL, | ||||
|     jobs_running INTEGER DEFAULT 0 NOT NULL, | ||||
|     cpus_allocated INTEGER DEFAULT 0 NOT NULL, | ||||
|     cpus_total INTEGER DEFAULT 0 NOT NULL, | ||||
|     memory_allocated INTEGER DEFAULT 0 NOT NULL, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user