mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			149 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			149 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								ALTER TABLE notes_tree ADD COLUMN is_deleted INTEGER NOT NULL DEFAULT 0;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								CREATE INDEX `IDX_notes_tree_is_deleted` ON `notes_tree` (
							 | 
						||
| 
								 | 
							
									`is_deleted`
							 | 
						||
| 
								 | 
							
								);
							 |