GoodAnalytics.Migrations.V02 (GoodAnalytics v0.1.1)

Copy Markdown View Source

Connector dispatch persistence and signal columns.

Tables created:

  • ga_connector_dispatches — durable outbound connector delivery records

Columns added:

  • ga_visitors.connector_identifiers — browser connector identifiers (JSONB)
  • ga_events.connector_source_context — event-time connector payload rebuild context (JSONB)

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.