aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/migrations/20240702094825_idx_cache_index.sql
blob: d1a7b19436796c8da63ade1a66bba56ae5a317ca (plain) (blame)
1
create unique index store_idx_cache_uniq on store_idx_cache(user_id, host, tag);