more work

This commit is contained in:
Jamie Rees 2016-02-26 20:05:43 +00:00
commit 6054f0d436
15 changed files with 192 additions and 23 deletions

View file

@ -11,7 +11,9 @@ CREATE TABLE IF NOT EXISTS User
CREATE TABLE IF NOT EXISTS Settings
(
Id INTEGER PRIMARY KEY AUTOINCREMENT,
Port INTEGER NOT NULL
Port INTEGER NOT NULL,
UserAuthentication INTEGER NOT NULL,
PlexAuthToken varchar(50)
);
CREATE TABLE IF NOT EXISTS Requested