From d88faad4185b3f4c13915fcac523b813b9586efa Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 25 Oct 2023 10:26:54 +0200 Subject: [PATCH] Documentation --- docs/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.html b/docs/index.html index ce018d2..8286366 100644 --- a/docs/index.html +++ b/docs/index.html @@ -112,6 +112,9 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package ## Set to true if you need to run the tests, as it will customize ## the database configuration for the internal DataSource # dbadmin.testMode=false +# +## SQL console enable/disable (true by default) +# dbadmin.sqlConsoleEnabled=false @@ -155,6 +158,7 @@ dbadmin.modelsPackage=your.models.package,your.second.models.package
  • String, UUID
  • Date, LocalDate, LocalDateTime, OffsetDateTime, Instant
  • byte[]
  • +
  • Enum
  • For these field types, the interface will be already customized. For example, a file upload input is provided to fill a byte[] field or a date-picker for the various date types.