Remove index to defunct dev_ino.
wow!
This commit is contained in:
		
							parent
							
								
									86199d05ef
								
							
						
					
					
						commit
						ddd35b3789
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -104,7 +104,6 @@ CREATE TABLE IF NOT EXISTS photos( | |||
| ); | ||||
| CREATE INDEX IF NOT EXISTS index_photos_id on photos(id); | ||||
| CREATE INDEX IF NOT EXISTS index_photos_filepath on photos(filepath COLLATE NOCASE); | ||||
| CREATE INDEX IF NOT EXISTS index_photos_dev_ino on photos(dev_ino); | ||||
| CREATE INDEX IF NOT EXISTS index_photos_override_filename on | ||||
|     photos(override_filename COLLATE NOCASE); | ||||
| CREATE INDEX IF NOT EXISTS index_photos_created on photos(created); | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue