This commit is contained in:
tidusjar 2016-03-15 14:03:07 +00:00
commit 67ecbbf178
7 changed files with 112 additions and 16 deletions

View file

@ -27,6 +27,7 @@ CREATE TABLE IF NOT EXISTS Requested
PosterPath varchar(50) NOT NULL,
ReleaseDate varchar(50) NOT NULL,
Status varchar(50) NOT NULL,
AdminNote varchar(50),
Approved INTEGER NOT NULL,
LatestTv INTEGER NOT NULL,
RequestedBy varchar(50),