From a4619ce88d94b9d6f2cfd87e31ff780bcae7e147 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 5 Oct 2024 11:28:22 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae53bda..3ea2891a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Added `Func::md5` function https://github.com/SeaQL/sea-query/pull/786 * Added Postgres Json functions: `JSON_BUILD_OBJECT` and `JSON_AGG` https://github.com/SeaQL/sea-query/pull/787 * Added `cast_as_quoted` https://github.com/SeaQL/sea-query/pull/789 +* Added `IF NOT EXISTS` to `ALTER TYPE ADD VALUE` https://github.com/SeaQL/sea-query/pull/803 ## 0.31.0 - 2024-08-02