Id of request has been incorrectly saved as string, this has dictated the returntype to the frontend. Now set from string to int.
This commit is contained in:
@@ -31,7 +31,7 @@ CREATE TABLE IF NOT EXISTS search_history (
|
|||||||
);
|
);
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS requests(
|
CREATE TABLE IF NOT EXISTS requests(
|
||||||
id TEXT,
|
id NUMBER,
|
||||||
title TEXT,
|
title TEXT,
|
||||||
year NUMBER,
|
year NUMBER,
|
||||||
poster_path TEXT DEFAULT NULL,
|
poster_path TEXT DEFAULT NULL,
|
||||||
|
|||||||
Reference in New Issue
Block a user