More work on the settings

This commit is contained in:
Jamie Rees 2016-03-01 22:50:41 +00:00
parent 8c9bd41057
commit a00d5b69f2
14 changed files with 152 additions and 39 deletions

View file

@ -26,7 +26,12 @@ CREATE TABLE IF NOT EXISTS Requested
Title varchar(50) NOT NULL,
PosterPath varchar(50) NOT NULL,
ReleaseDate varchar(50) NOT NULL,
Status varchar(50) NOT NULL
Status varchar(50) NOT NULL,
RequestStatus varchar(50) NOT NULL,
RequestedBy varchar(50) NOT NULL,
RequestedDate varchar(50) NOT NULL,
Available varchar(50) NOT NULL
);
CREATE TABLE IF NOT EXISTS GlobalSettings