From a912751458d6a3e7f53a551bf3f8186a1c90c3f5 Mon Sep 17 00:00:00 2001 From: firest Date: Tue, 2 Jul 2024 13:47:33 +0800 Subject: [PATCH] chore: update changes --- changes/ee/feat-13386.en.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changes/ee/feat-13386.en.md diff --git a/changes/ee/feat-13386.en.md b/changes/ee/feat-13386.en.md new file mode 100644 index 000000000..e038e0144 --- /dev/null +++ b/changes/ee/feat-13386.en.md @@ -0,0 +1,17 @@ +Added a bootstrap file to batch loading banned data when initializing a single node or cluster, in other words, the import operation is performed only if there is no data in the database. + + +This file is a CSV file with `,` as its delimiter. + +The first line of this file must be a header line. All valid headers are listed here: +- as :: required +- who :: required +- by :: optional +- reason :: optional +- at :: optional +- until :: optional + +See the documentation for details on each field. + +Each row in the rest of this file must contain the same number of columns as the header line, +and column can be omitted then its value will be `undefined`.