Tango.Migrations.V01 (tango v0.1.2)

Copy Markdown View Source

Tango V01 Migration - Initial schema setup.

Creates core tables:

  • tango_providers
  • tango_oauth_sessions
  • tango_connections
  • tango_audit_logs

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.