GoodAnalytics.Migrations.V13 (GoodAnalytics v0.1.1)

Copy Markdown View Source

Add workspace-scoped custom event connector mappings.

Mappings route custom ga_events.event_name values to connector-specific outbound conversion definitions. The custom-event partial index keeps reconciliation lookups bounded by workspace, event name, and event time.

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.