mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:41:59 +01:00
fix whitespace issue on pilerpurge fixes #1226
This commit is contained in:
parent
e20af0f331
commit
f544beab4c
@ -69,7 +69,7 @@ def purge_m_files(ids=[], opts={}):
|
||||
"WHERE piler_id IN (%s))" % (format), ids)
|
||||
cursor.execute("DELETE FROM tag WHERE id IN (SELECT id FROM metadata " +
|
||||
"WHERE piler_id IN (%s))" % (format), ids)
|
||||
cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata" +
|
||||
cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata " +
|
||||
"WHERE piler_id IN (%s))" % (format), ids)
|
||||
cursor.execute("DELETE FROM folder_message WHERE id IN (SELECT id FROM " +
|
||||
"metadata WHERE piler_id IN (%s))" % (format), ids)
|
||||
|
Loading…
Reference in New Issue
Block a user