-- Prefix scans are the primary listing pattern used by the existing backend.
-- text_pattern_ops keeps LIKE 'literal%' indexable under non-C collations.
CREATE INDEX IF NOT EXISTS kv_store_7249dcd9_key_prefix_idx
  ON public.kv_store_7249dcd9 (key text_pattern_ops);
