fix(system-message)!: fix on-volatile-cluster-settings model default

This commit is contained in:
Sarah Vaupel 2022-04-22 13:41:06 +02:00
parent c38fcefd09
commit 4027f3144b

View File

@ -3,7 +3,7 @@
SystemMessage json
from UTCTime Maybe -- Message is not shown before this date has passed (never shown, if null)
to UTCTime Maybe -- Message is shown until this date has passed (shown forever, if null)
onVolatileClusterSettings SystemMessageVolatileClusterSettings default="'{}'::jsonb" -- Message is shown when given volatile cluster settings have given values
onVolatileClusterSettings SystemMessageVolatileClusterSettings default="'[]'::jsonb" -- Message is shown when given volatile cluster settings have given values
newsOnly Bool default=false
authenticatedOnly Bool -- Show message to all users upon visiting the site or only upon login?
severity MessageStatus -- Success, Warning, Error, Info, ...