Membrane.Telemetry.TimescaleDB.Migrator (Membrane Telemetry TimescaleDB v0.1.0) View Source
An auto migration task that can be run along with Reporter's supervisor tree.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Performs database migration required for the reporter to work.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Specs
migrate() :: boolean()
Performs database migration required for the reporter to work.
Specs
start_link(GenServer.options()) :: :ignore | {:error, any()}