Rename tables to more logical names (same as in nZEDb)

This commit is contained in:
DariusIII
2016-05-04 12:13:15 +02:00
parent 90633e5087
commit c75c2fe5d1
41 changed files with 155 additions and 154 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 releasenfo WHERE nfo IS NULL AND releaseid = %s"
run = "DELETE FROM release_nfos WHERE nfo IS NULL AND releaseid = %s"
cur[0].execute(run, (item[0]))
final = cur[0].fetchall()