RED-5784 - As the admin I want to configure the applied redaction color

- update initialization
This commit is contained in:
devplant 2023-01-20 13:16:58 +02:00
parent 51db508448
commit 69d12e946e

View File

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