Fisrt batch of updates. Renaming all the columns into lower case names used.

This commit is contained in:
Darko
2015-03-09 12:47:47 +01:00
parent 6bd1891129
commit 2b917ccd28
248 changed files with 3195 additions and 3195 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ if int(allowed[0]) == 0:
info.disconnect(cur[0], cur[1])
sys.exit()
cur[0].execute("SELECT ID FROM groups WHERE active = 1 ORDER by cast(last_record as signed) - cast(first_record as signed) DESC")
cur[0].execute("SELECT id FROM groups WHERE active = 1 ORDER by cast(last_record as signed) - cast(first_record as signed) DESC")
datas = cur[0].fetchall()
#close connection to mysql