*ignore, just wanted to try out a crappy new logo for Discord push events*
parent
66f3d03bc6
commit
71505b4de1
|
@ -977,6 +977,7 @@ def ensure_link_codes_table(db_conn):
|
||||||
WHERE table_name = 'link_codes' AND table_schema = DATABASE()
|
WHERE table_name = 'link_codes' AND table_schema = DATABASE()
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
rows = run_db_operation(db_conn, "read", check_sql)
|
rows = run_db_operation(db_conn, "read", check_sql)
|
||||||
if rows and rows[0]:
|
if rows and rows[0]:
|
||||||
globals.log("Table 'link_codes' already exists, skipping creation.", "DEBUG")
|
globals.log("Table 'link_codes' already exists, skipping creation.", "DEBUG")
|
||||||
|
|
Loading…
Reference in New Issue