perf: missing database index

This commit is contained in:
Gauthier Roebroeck 2021-05-25 17:49:27 +08:00
parent 51fd260399
commit 8b5ae64dd5

View File

@ -0,0 +1 @@
CREATE INDEX idx__book_metadata_aggregation_author__series_id on BOOK_METADATA_AGGREGATION_AUTHOR (SERIES_ID);