Normandy.Behaviours.SessionStore.Postgres.Migration
(normandy v1.3.0)
View Source
Migration for the Postgres SessionStore. Call from a host migration:
defmodule MyApp.Repo.Migrations.AddNormandySessions do
use Ecto.Migration
def up, do: Normandy.Behaviours.SessionStore.Postgres.Migration.up()
def down, do: Normandy.Behaviours.SessionStore.Postgres.Migration.down()
end