From 716119824d10ed97acfc2317387e6ffe8d5abfbf Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 11 Aug 2024 14:19:07 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440595c53..19504c4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Removed `read_only: true` from the `docker-compose.yml` file to allow prisma running migrations +- Removed `read_only: true` from the `docker-compose.yml` file to allow `prisma` to run migrations ## 2.103.0 - 2024-08-10