mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 18:49:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|   | ALTER TABLE chores_log
 | ||
|  | ADD skipped TINYINT NOT NULL DEFAULT 0 CHECK(skipped IN (0, 1));
 | ||
|  | 
 | ||
|  | ALTER TABLE meal_plan_sections
 | ||
|  | ADD time_info TEXT;
 |