mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Sql syntax issue fixed
This commit is contained in:
parent
1509350ede
commit
b71a6b8101
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS Requested
|
|||
Overview varchar(50) NOT NULL,
|
||||
Title varchar(50) NOT NULL,
|
||||
PosterPath varchar(50) NOT NULL,
|
||||
ReleaseDate varchar(50) NOT NULL
|
||||
ReleaseDate varchar(50) NOT NULL,
|
||||
Status varchar(50) NOT NULL
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue