mirror of
				https://github.com/haiwen/seahub.git
				synced 2025-10-31 09:10:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			229 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			229 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| CREATE TABLE IF NOT EXISTS GroupStructure (group_id INTEGER PRIMARY KEY, path VARCHAR(1024));
 | |
| alter table `Group` add column parent_group_id INTEGER default 0;  -- Replace `Group` if you configured table `Group` to another name.
 |