mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-11-04 01:25:06 +01:00 
			
		
		
		
	Revert "add node_fail state to database schema"
This reverts commit 65d2698af4.
			
			
This commit is contained in:
		@@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS job (
 | 
			
		||||
    walltime          INT NOT NULL DEFAULT 0,
 | 
			
		||||
    job_state         VARCHAR(255) NOT NULL 
 | 
			
		||||
    CHECK(job_state IN ('running', 'completed', 'failed', 'cancelled',
 | 
			
		||||
            'stopped', 'timeout', 'preempted', 'out_of_memory', 'node_fail')),
 | 
			
		||||
            'stopped', 'timeout', 'preempted', 'out_of_memory')),
 | 
			
		||||
    meta_data         TEXT,          -- JSON
 | 
			
		||||
    resources         TEXT NOT NULL, -- JSON
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user