From ddd35b3789b38bdcfa8f7c960af707a69fd5e3de Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 29 Mar 2021 22:59:29 -0700 Subject: [PATCH] Remove index to defunct dev_ino. wow! --- etiquette/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etiquette/constants.py b/etiquette/constants.py index e0557dd..b964d89 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -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);