From d6cbef3da48821d7bdf52b68855ae93355fc2a6c Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sun, 24 Apr 2022 09:05:30 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43fb36495..ff5c940bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extracted the activities table filter to a dedicated component - Changed the url of the _Get Started_ link to `https://ghostfol.io` on the public page +- Simplified `@@id` using multiple fields with `@id` in the database schema of (`Access`, `Order`, `Subscription`) - Upgraded `prisma` from version `3.11.1` to `3.12.0` +### Todo + +- Apply data migration (`yarn database:migrate`) + ## 1.140.2 - 22.04.2022 ### Added