Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/b71a6b8101c9fa885d5f81d92a41cfe36bf83d11 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Sql syntax issue fixed

pull/13/head
tidusjar 9 years ago
parent 1509350ede
commit b71a6b8101

@ -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…
Cancel
Save