db: revert deb082f46c
Change media search options to sort by media_id to compensate.
This commit is contained in:
parent
f2ee7e3db8
commit
1ac5d07821
3 changed files with 4 additions and 12 deletions
|
@ -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(
|
||||
|
|
Reference in a new issue