Packages

Opinionated and batteries-included authentication for Phoenix applications.

Current section

Files

Jump to
ez_auth priv repo migrations 20260517133507_ez_auth_prepare_database.exs
Raw

priv/repo/migrations/20260517133507_ez_auth_prepare_database.exs

# This file was generated by `mix ez_auth.install`.
# Regenerate it by rerunning the installer after updating EzAuth.
defmodule EzAuth.TestRepo.Migrations.EzAuthPrepareDatabase do
use Ecto.Migration
def change do
execute "CREATE EXTENSION IF NOT EXISTS citext", ""
execute "CREATE SCHEMA IF NOT EXISTS auth", "DROP SCHEMA IF EXISTS auth"
end
end