From 6645ec48a075dd3d7c9defda65b4391d0ab4e93a Mon Sep 17 00:00:00 2001 From: Steffen Beyer Date: Sat, 4 Apr 2026 22:39:37 +0200 Subject: [PATCH] Document tribes.migrate workflow in plugin README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3b4da80..c34bce7 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ Three test levels: Run all: `mix test` +For DB setup/migrations in local development, run: + +```bash +mix tribes.migrate +``` + +This runs Tribes + Parrhesia + plugin migrations via `Tribes.Release`. + ## Building for Release ```bash