docs: update install procedure

- update airtime migration guide
This commit is contained in:
jo 2022-06-06 17:00:48 +02:00 committed by Kyle Robbertze
parent 0d16960887
commit b3ff2defc4
5 changed files with 80 additions and 56 deletions

View file

@ -16,7 +16,7 @@ The first Django migration is the initial schema creation using the `schema.sql`
:::
```
```mermaid
stateDiagram-v2
state is_django_migration_applied <<choice>>
[*] --> is_django_migration_applied: Is the django migration ID in the DB ?