mirror of
				https://github.com/grocy/grocy.git
				synced 2025-11-04 05:15:08 +00:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			179 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								INSERT INTO shopping_list
							 | 
						||
| 
								 | 
							
									(product_id, amount, amount_autoadded, row_created_timestamp)
							 | 
						||
| 
								 | 
							
								SELECT product_id, amount, amount_autoadded, row_created_timestamp
							 | 
						||
| 
								 | 
							
								FROM shopping_list_old
							 |