Document tribes.migrate workflow in plugin README

This commit is contained in:
2026-04-04 22:39:37 +02:00
parent 78f6c11b30
commit 6645ec48a0

View File

@@ -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