Files
self 1fb848b8cb feat: namespace plugin identity
Adopt canonical plugin id/slug manifest fields, vendor-prefixed OTP app naming, and fully-qualified capability ids for Sender.
2026-05-27 19:05:39 +02:00

7 lines
176 B
Elixir

Application.ensure_all_started(:tribe_one_sender)
Path.expand("../priv/repo/migrations", __DIR__)
|> then(&Ecto.Migrator.run(Tribes.Repo, &1, :up, all: true))
ExUnit.start()