Add TITLE_SORT and TITLE_SORT_LOCK columns to BOOK_METADATA

This commit is contained in:
Winston 2026-04-21 16:09:33 -05:00 committed by GitHub
parent 2cf4b16cd8
commit 8db3a9dd8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;