mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
[docs] Fix line breaks in migrate.md
This commit is contained in:
parent
91d84649fd
commit
9c598fe3bf
@ -93,8 +93,10 @@ git checkout v2023.11.4 # or any other tag or dev
|
||||
|
||||
## Firefish
|
||||
Run `docker exec -it firefish_web /bin/sh` if using docker, before doing reverts.
|
||||
Go to `packages/backend`, revert migrations manually using `pnpm run revertmigration:typeorm` for every migration, until `FirefishRepo1689957674000` has been reverted. Command will not terminate properly after reverting, so you'll have to Ctrl-C.
|
||||
If you are migrating from versions newer than 1.0.3, you'll also have to run `pnpm run revertmigration:cargo` for every migration, until `m20230806_170616_fix_antenna_stream_ids` has been reverted.
|
||||
|
||||
Go to `packages/backend`, revert migrations manually using `pnpm run revertmigration:typeorm` for every migration, until `FirefishRepo1689957674000` has been reverted. Command will not terminate properly after reverting, so you'll have to Ctrl-C.
|
||||
|
||||
If you are migrating from versions newer than 1.0.3, you'll also have to run `pnpm run revertmigration:cargo` for every migration, until `m20230806_170616_fix_antenna_stream_ids` has been reverted.
|
||||
|
||||
Build and run migrations using your preferred method.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user