mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 21:56:12 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			77 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
BEGIN TRANSACTION;
 | 
						|
 | 
						|
 ALTER TABLE monitor
 | 
						|
     ADD game VARCHAR(255);
 | 
						|
 COMMIT
 |