GoodAnalytics.Migrations.V11 (GoodAnalytics v0.1.1)

Copy Markdown View Source

Add per-dimension composite indexes to ga_sessions for session-grain audience breakdowns (device_type, browser, os, source_platform, source_medium, source_campaign), mirroring the ga_events dimension indexes from v04/v09.

Summary

Functions

Rolls back this version's migration by executing the down SQL file.

Applies this version's migration by executing the up SQL file.

Functions

down(opts \\ [])

@spec down(keyword()) :: :ok

Rolls back this version's migration by executing the down SQL file.

up(opts \\ [])

@spec up(keyword()) :: :ok

Applies this version's migration by executing the up SQL file.