fix: add idx cache unique index (#2226)

This commit is contained in:
Ellie Huxtable
2024-07-02 11:36:22 +01:00
committed by GitHub
parent 0def653484
commit 884d97d55e

View File

@ -0,0 +1 @@
create unique index store_idx_cache_uniq on store_idx_cache(user_id, host, tag);