Fix splitting of script arguments

This commit is contained in:
JonnyWong16 2017-03-25 11:58:37 -07:00
commit 0df1bd137d
3 changed files with 39 additions and 21 deletions

View file

@ -481,7 +481,7 @@ def dbcheck():
'CREATE TABLE IF NOT EXISTS notify_log (id INTEGER PRIMARY KEY AUTOINCREMENT, timestamp INTEGER, '
'session_key INTEGER, rating_key INTEGER, parent_rating_key INTEGER, grandparent_rating_key INTEGER, '
'user_id INTEGER, user TEXT, notifier_id INTEGER, agent_id INTEGER, agent_name TEXT, notify_action TEXT, '
'subject_text TEXT, body_text TEXT)'
'subject_text TEXT, body_text TEXT, script_args TEXT)'
)
# library_sections table :: This table keeps record of the servers library sections