Document tribes.migrate workflow in template README
Some checks failed
CI / Test (push) Failing after 1s

This commit is contained in:
2026-04-04 22:39:43 +02:00
parent ed0d4f9c0d
commit 41d35103dd

View File

@@ -94,6 +94,14 @@ Three test levels:
Run all: `mix test` 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 ## Building for Release
```bash ```bash