mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
* add deps * hook up dau from audit table to analytics page * add audit event for code nav * analytics dashboard * add changelog entry * add news entry * smaller video and news data nit * feedback
5 lines
206 B
SQL
5 lines
206 B
SQL
-- CreateIndex
|
|
CREATE INDEX "idx_audit_core_actions_full" ON "Audit"("orgId", "timestamp", "action", "actorId");
|
|
|
|
-- CreateIndex
|
|
CREATE INDEX "idx_audit_actor_time_full" ON "Audit"("actorId", "timestamp");
|