From 375a37667eecdf572384439a2dfda8cbf0c6a9c4 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Tue, 15 Nov 2022 11:25:37 -0500 Subject: [PATCH] CHANGELOG (#20) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8147222..da9ab967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The `zrok` model has been extended to include support for both a "public share" ### Underlying Schema Changes - +* Added new `frontends` table +* Added new `availability_type` enumeration for use in the new `frontends` table +* Made the `account_id` column of the `environments` table `NULL`-able; a `NULL` value in the `account_id` column signifies an "ephemeral" environment ## Loop Test Shutdown Hook