Sha256: 000cfc5f35906e9de7ca1f75f5460f1e1a3726c92e54ded2a135c09a727ae765
Contents?: true
Size: 225 Bytes
Versions: 13
Compression:
Stored size: 225 Bytes
Contents
CREATE INDEX idx_events_type_and_position ON public.events USING btree (type, global_position); CREATE INDEX idx_events_global_position ON public.events USING btree (global_position); DROP INDEX idx_events_position_and_type;
Version data entries
13 entries across 13 versions & 1 rubygems