mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
2 lines
168 B
SQL
2 lines
168 B
SQL
-- CreateIndex
|
|
CREATE INDEX "website_event_website_id_created_at_event_type_session_id_idx" ON "website_event"("website_id", "created_at", "event_type", "session_id");
|