chore(schema): mark routing storage schema readOnly
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
ebf13c90ea
commit
4ab5f8374b
|
@ -1381,6 +1381,7 @@ fields("broker_routing") ->
|
||||||
hoconsc:enum([v1, v2]),
|
hoconsc:enum([v1, v2]),
|
||||||
#{
|
#{
|
||||||
default => v1,
|
default => v1,
|
||||||
|
'readOnly' => true,
|
||||||
desc => ?DESC(broker_routing_storage_schema)
|
desc => ?DESC(broker_routing_storage_schema)
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue