PhoenixLens.Migrations (phoenix_lens v0.1.0)

Copy Markdown View Source

Ecto migrations for questions, dashboards, and the audit log.

defmodule MyApp.Repo.Migrations.AddPhoenixLens do
  use Ecto.Migration

  def up, do: PhoenixLens.Migrations.up()
  def down, do: PhoenixLens.Migrations.down()
end

Summary

Functions

down()

up()