mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
More work on the settings
This commit is contained in:
parent
8c9bd41057
commit
a00d5b69f2
14 changed files with 152 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue