mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Fix notify_log success column name
This commit is contained in:
parent
59f12c71a9
commit
a939d1bfd8
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ def dbcheck():
|
||||||
|
|
||||||
# Upgrade notify_log table from earlier versions
|
# Upgrade notify_log table from earlier versions
|
||||||
try:
|
try:
|
||||||
c_db.execute('SELECT send_success FROM notify_log')
|
c_db.execute('SELECT success FROM notify_log')
|
||||||
except sqlite3.OperationalError:
|
except sqlite3.OperationalError:
|
||||||
logger.debug(u"Altering database. Updating database table notify_log.")
|
logger.debug(u"Altering database. Updating database table notify_log.")
|
||||||
c_db.execute(
|
c_db.execute(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue