small stylistic change
This commit is contained in:
parent
2c9de4691d
commit
6e0461a4c7
@ -57,7 +57,7 @@ class Database:
|
|||||||
"size INTEGER NOT NULL,"
|
"size INTEGER NOT NULL,"
|
||||||
"path TEXT NOT NULL"
|
"path TEXT NOT NULL"
|
||||||
");")
|
");")
|
||||||
db_conn.execute("CREATE INDEX IF NOT EXISTS file_info_hash_index on files (torrent_id);")
|
db_conn.execute("CREATE INDEX IF NOT EXISTS file_info_hash_index ON files (torrent_id);")
|
||||||
|
|
||||||
return db_conn
|
return db_conn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user