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
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.