[docs] Fix typo in firefish migration guide

This commit is contained in:
Laura Hausmann 2024-09-06 02:11:53 +02:00
parent db905fb76f
commit 648bac3140
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -10,7 +10,7 @@ To begin, run `docker exec -it firefish_web /bin/bash` to get a shell in the mai
Now, add a patch that will make sure migrations revert correctly: `curl -s https://iceshrimp.dev/iceshrimp/iceshrimp/raw/branch/dev/docs/firefish-redis.patch | git apply --ignore-whitespace`.
### Docker
### Bare metal
While in the root directory of your cloned firefish repository, run `curl -s https://iceshrimp.dev/iceshrimp/iceshrimp/raw/branch/dev/docs/firefish-redis.patch | git apply --ignore-whitespace`. This patch makes sure migrations revert correctly.
## Reverting the migrations