First batch of updates to rename all the columns to lower case and scripts to use that kind of naming.

This commit is contained in:
Darko
2015-03-18 14:28:22 +01:00
parent 6379b12579
commit 96626bc8c2
246 changed files with 2991 additions and 2927 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