[db] Add column for auth key to speakers table (incl methods for saving/retrieving)

This commit is contained in:
ejurgensen
2017-06-18 01:29:40 +02:00
parent 0642171de0
commit 0e9bca9e3d
5 changed files with 100 additions and 2 deletions

View File

@@ -140,7 +140,8 @@
" id INTEGER PRIMARY KEY NOT NULL," \
" selected INTEGER NOT NULL," \
" volume INTEGER NOT NULL," \
" name VARCHAR(255) DEFAULT NULL" \
" name VARCHAR(255) DEFAULT NULL," \
" authkey VARCHAR(2048) DEFAULT NULL" \
");"
#define T_INOTIFY \