From cdbe632caedd2424504510d57ccfae4d0d03a04a Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Mon, 3 Jun 2024 20:15:29 -0700 Subject: [PATCH] changelog --- .chloggen/1120.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .chloggen/1120.yaml diff --git a/.chloggen/1120.yaml b/.chloggen/1120.yaml new file mode 100644 index 0000000000..c8129f3811 --- /dev/null +++ b/.chloggen/1120.yaml @@ -0,0 +1,12 @@ +change_type: breaking + +component: db + +note: | + Clean up `db.system` enum members: + + - remove `firstsql`, `mssqlcompact`, and `cloudscape` as the corresponding databases are discontinued. + - rename `cache` to `intersystems_cache` + - remove `coldfusion` as it is not a database. + +issues: [1110]