RED-5784 - As the admin I want to configure the applied redaction color
- update initialization
This commit is contained in:
parent
51db508448
commit
69d12e946e
@ -1,5 +1,5 @@
|
||||
-- add new column
|
||||
alter table color_configuration add column applied_redaction_color VARCHAR(255);
|
||||
|
||||
update color_configuration set applied_redaction_color = "#000000"; -- default is black
|
||||
update color_configuration set applied_redaction_color = '#000000'; -- default is black
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user