mirror of
				https://github.com/grocy/grocy.git
				synced 2025-10-31 18:49:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|   | DELETE FROM locations
 | ||
|  | WHERE name = 'DefaultLocation';
 | ||
|  | 
 | ||
|  | DELETE FROM quantity_units
 | ||
|  | WHERE name = 'DefaultQuantityUnit';
 | ||
|  | 
 | ||
|  | DELETE FROM products
 | ||
|  | WHERE name = 'DefaultProduct1';
 | ||
|  | 
 | ||
|  | DELETE FROM products
 | ||
|  | WHERE name = 'DefaultProduct2';
 |