fix: migration image name in migration docs (#2346)

This commit is contained in:
Matti Nannt
2024-03-27 17:56:07 +01:00
committed by GitHub
parent b99b499cde
commit dddc730ef4

View File

@@ -71,7 +71,7 @@ docker run --rm \
--network=formbricks_default \
-e DATABASE_URL="postgresql://postgres:postgres@postgres:5432/formbricks?schema=public" \
-e UPGRADE_TO_VERSION="v1.6" \
ghcr.io/formbricks/data-migrations:v1.6
ghcr.io/formbricks/data-migrations:v1.6.1
```
</CodeGroup>