Tango.Migrations.V02 (tango v0.1.2)

Copy Markdown View Source

Tango V02 Migration - Provider rejection tracking on connections.

Adds to tango_connections:

  • auth_failures
  • last_auth_failure

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.