# HG changeset patch # User Nicolas Saunier # Date 1467237412 14400 # Node ID a8ff35e6fb4325def49b38b3b76dc931d4be1081 # Parent 2a58569619334c5d8e47a46faca677e66956d4b1 forgotten change diff -r 2a5856961933 -r a8ff35e6fb43 python/storage.py --- a/python/storage.py Wed Jun 29 17:56:19 2016 -0400 +++ b/python/storage.py Wed Jun 29 17:56:52 2016 -0400 @@ -66,7 +66,7 @@ def insertTrajectoryQuery(tableName): return "INSERT INTO "+tableName+" (trajectory_id, frame_number, x_coordinate, y_coordinate) VALUES (?,?,?,?)" - + def createIndex(connection, tableName, columnName, unique = False): '''Creates an index for the column in the table I will make querying with a condition on this column faster'''