3 lines
93 B
SQL
3 lines
93 B
SQL
CREATE INDEX IF NOT EXISTS idx_usage_events_occurred_at
|
|
ON usage_events(occurred_at DESC);
|