From 41d35103dd922e425fe15a09a77a9155279d79f7 Mon Sep 17 00:00:00 2001 From: Steffen Beyer Date: Sat, 4 Apr 2026 22:39:43 +0200 Subject: [PATCH] Document tribes.migrate workflow in template README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9fea7a7..08bbac3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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