From 2e0ee262d03bd9df720796f96decdaffebd09eaf Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 14 Nov 2022 11:00:54 +0300 Subject: [PATCH] Fix changelog format (#6480) This error was due to a mistake in #6479 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ac5de37..6904a7d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ### citus v11.0.7 (November 8, 2022) ### + * Adds the GUC `citus.allow_unsafe_constraints` to allow unique/exclusion/ primary key constraints without distribution column