More renaming of releasesid to releases_id

This commit is contained in:
DariusIII
2016-05-10 13:16:10 +02:00
parent 76ec890959
commit ea3f0a5804
13 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ def main(args):
final = cur[0].fetchall()
if len(datas) > 0:
for item in final:
run = "DELETE FROM release_nfos WHERE nfo IS NULL AND releaseid = %s"
run = "DELETE FROM release_nfos WHERE nfo IS NULL AND releases_id = %s"
cur[0].execute(run, (item[0]))
final = cur[0].fetchall()