fix(system-message)!: fix on-volatile-cluster-settings model default
This commit is contained in:
parent
c38fcefd09
commit
4027f3144b
@ -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, ...
|
||||
|
||||
Reference in New Issue
Block a user