Change media search options to sort by media_id to compensate.
This commit is contained in:
Lucas 2023-02-19 11:28:13 +00:00
parent f2ee7e3db8
commit 1ac5d07821
3 changed files with 4 additions and 12 deletions

View file

@ -33,8 +33,7 @@ CREATE TABLE IF NOT EXISTS media(
media_id INTEGER PRIMARY KEY,
content BLOB (10485760) NOT NULL,
filename TEXT (255) NOT NULL,
content_type TEXT (255),
upload_date INTEGER
content_type TEXT (255)
);
CREATE TABLE IF NOT EXISTS tags(