@@ -0,0 +1,3 @@
+-- This file should undo anything in `up.sql`
+
+DROP INDEX IF EXISTS sent_sim_index_id ;
@@ -0,0 +1,2 @@
+-- Your SQL goes here
+CREATE INDEX sent_sim_index_id ON sent_sim_index (sent_id);