perf: add db index to speed up webui dashboard

This commit is contained in:
Gauthier Roebroeck 2021-05-27 10:09:52 +08:00
parent 7f49bfa05e
commit ecc1dd412d

View file

@ -0,0 +1,2 @@
create index idx__book__created_date on BOOK (CREATED_DATE);