mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
Add TITLE_SORT and TITLE_SORT_LOCK columns to BOOK_METADATA
This commit is contained in:
parent
2cf4b16cd8
commit
8db3a9dd8e
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE BOOK_METADATA ADD COLUMN TITLE_SORT varchar NOT NULL DEFAULT '';
|
||||
ALTER TABLE BOOK_METADATA ADD COLUMN TITLE_SORT_LOCK boolean NOT NULL DEFAULT 0;
|
||||
Loading…
Reference in a new issue